Class PropertyRefElement
- Namespace
- Z.EntityFramework.Extensions.Core.SchemaObjectModel
- Assembly
- Z.EntityFramework.Extensions.dll
Please visit the Microsoft documentation for more detail.
public class PropertyRefElement
- Inheritance
-
PropertyRefElement
- Inherited Members
Constructors
PropertyRefElement()
public PropertyRefElement()
Properties
Name
Please visit the Microsoft documentation for more detail.
public string Name { get; set; }
Property Value
- string
The name.
Property
Gets or sets the property.
public Property Property { get; set; }
Property Value
- Property
The property.