The following tables list the members exposed by DataEntityProperty.
Name | Description | |
---|---|---|
![]() | ConcurrencyStrategy | ConcurrencyStrategy for this property. |
![]() | DataType | The datatype of this property. (Inherited from IdeaBlade.EntityModel.EntityProperty) |
![]() | DefaultValue | Gets or sets the default value for this property. |
![]() | EntityType | The type of IEntity to which this property belongs. (Inherited from IdeaBlade.EntityModel.EntityProperty) |
![]() | IsAutoIncrementing | Whether this property is auto-incrementing. |
![]() | IsComplexType | Whether this property is a complex type (a non-primitive data type). |
![]() | IsConcurrencyProperty | Whether this property is a concurrency property. |
![]() | IsForeignKeyProperty | Is this a foreign key property. |
![]() | IsNativeProperty | Gets or sets whether this property is a native property. |
![]() | IsNullable | Whether this property can accept a null value. (Inherited from IdeaBlade.EntityModel.EntityProperty) |
![]() | IsPartOfKey | Whether this property is part of the primary key. |
![]() | IsReadOnly | Is this property readonly? (Inherited from IdeaBlade.EntityModel.EntityProperty) |
![]() | MemberMetadata | Metadata for the property. (Inherited from IdeaBlade.EntityModel.EntityProperty) |
![]() | Name | The name of this property in the Entity; this is not necessarily the data source name. (Inherited from IdeaBlade.EntityModel.EntityProperty) |
![]() | Ordinal | The ordinal index of the property in the collection of all properties for the Entity. |
![]() | PropertyInfo | The actual property that this EntityProperty describes. (Inherited from IdeaBlade.EntityModel.EntityProperty) |
![]() | RelatedNavigationPropertyName | The related navigation property name that this is the foreign key for. |
Name | Description | |
---|---|---|
![]() | EntityKind | The type of object on which the property is defined. (Inherited from IdeaBlade.EntityModel.EntityProperty) |
Name | Description | |
---|---|---|
![]() ![]() | Create | Creates a new DataEntityProperty from the information provided. |
![]() | Equals | Provides value equality. |
![]() | GetHashCode | Returns the hash code for this object. |
![]() | GetType | (Inherited from object) |
![]() | GetValue | Overloaded. Overridden. |
![]() | SetValue | Sets the value for this property on the selected instance. (Inherited from IdeaBlade.EntityModel.EntityProperty) |
![]() | ToString | (Inherited from object) |
Name | Description | |
---|---|---|
![]() | Finalize | (Inherited from object) |
![]() | MemberwiseClone | (Inherited from object) |