IdeaBlade.EntityModel Assembly > IdeaBlade.EntityModel Namespace : EntityProperty Class |
The following tables list the members exposed by EntityProperty.
Name | Description | |
---|---|---|
![]() | DataType | The datatype of this property. |
![]() | EntityType | The type of IEntity to which this property belongs. |
![]() | IsNullable | Whether this property can accept a null value. |
![]() | IsReadOnly | Is this property readonly? |
![]() | MemberMetadata | Metadata for the property. |
![]() | Name | The name of this property in the Entity; this is not necessarily the data source name. |
![]() | PropertyInfo | The actual property that this EntityProperty describes. |
Name | Description | |
---|---|---|
![]() | EntityKind | The type of object on which the property is defined. |
Name | Description | |
---|---|---|
![]() | Equals | See Object.Equals. |
![]() ![]() | GetEntityProperties | Return a list of all of the EntityProperties associated with a specified entity type. |
![]() ![]() | GetEntityProperty | Gets the entity property for a specified entity type and property name. |
![]() | GetHashCode | Serves as the default hash function. |
![]() | GetType | (Inherited from object) |
![]() | GetValue | Gets the value for this property on the selected instance. |
![]() | SetValue | Sets the value for this property on the selected instance. |
![]() | ToString | Returns a string that represents the current object. |
Name | Description | |
---|---|---|
![]() | Finalize | (Inherited from object) |
![]() | MemberwiseClone | (Inherited from object) |