The following tables list the members exposed by DataEntityProperty<TInstance,TValue>.
Name | Description | |
---|---|---|
![]() | DataEntityProperty<TInstance,TValue> Constructor | Creates an instance of this class. |
Name | Description | |
---|---|---|
![]() | ConcurrencyStrategy | ConcurrencyStrategy for this property. (Inherited from IdeaBlade.EntityModel.DataEntityProperty) |
![]() | DataType | The datatype of this property. (Inherited from IdeaBlade.EntityModel.EntityProperty) |
![]() | DefaultValue | Gets or sets the default value for this property. (Inherited from IdeaBlade.EntityModel.DataEntityProperty) |
![]() | EntityType | The type of IEntity to which this property belongs. (Inherited from IdeaBlade.EntityModel.EntityProperty) |
![]() | GetterInterceptor | The getter PropertyInterceptor. |
![]() | IsAutoIncrementing | Whether this property is auto-incrementing. (Inherited from IdeaBlade.EntityModel.DataEntityProperty) |
![]() | IsComplexType | Whether this property is a complex type (a non-primitive data type). (Inherited from IdeaBlade.EntityModel.DataEntityProperty) |
![]() | IsConcurrencyProperty | Whether this property is a concurrency property. (Inherited from IdeaBlade.EntityModel.DataEntityProperty) |
![]() | IsForeignKeyProperty | Is this a foreign key property. (Inherited from IdeaBlade.EntityModel.DataEntityProperty) |
![]() | IsNativeProperty | Gets or sets whether this property is a native property. (Inherited from IdeaBlade.EntityModel.DataEntityProperty) |
![]() | IsNullable | Whether this property can accept a null value. (Inherited from IdeaBlade.EntityModel.EntityProperty) |
![]() | IsPartOfKey | Whether this property is part of the primary key. (Inherited from IdeaBlade.EntityModel.DataEntityProperty) |
![]() | 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. (Inherited from IdeaBlade.EntityModel.DataEntityProperty) |
![]() | 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. (Inherited from IdeaBlade.EntityModel.DataEntityProperty) |
![]() | SetterInterceptor | The setter PropertyInterceptor. |
Name | Description | |
---|---|---|
![]() | EntityKind | The type of object on which the property is defined. (Inherited from IdeaBlade.EntityModel.EntityProperty) |
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from object) |
![]() | GetHashCode | (Inherited from object) |
![]() | GetType | (Inherited from object) |
![]() | GetValue | Overloaded. Overridden. Retrieves the value of this property using the specified version and object. |
![]() | SetValue | Overloaded. Overridden. Sets the value of this property in the specified object. Gets or sets the LastName. |
![]() | ToString | (Inherited from object) |
Name | Description | |
---|---|---|
![]() | Finalize | (Inherited from object) |
![]() | MemberwiseClone | (Inherited from object) |