DevForce Help Reference
EntityProperty Class Members
Properties  Methods 


The following tables list the members exposed by EntityProperty.

Public Properties
 NameDescription
Public PropertyDataType The datatype of this property.  
Public PropertyEntityTypeThe type of IEntity to which this property belongs.  
Public PropertyIsNullable Whether this property can accept a null value.  
Public PropertyIsReadOnly Is this property readonly?  
Public PropertyMemberMetadata Metadata for the property.  
Public PropertyName The name of this property in the Entity; this is not necessarily the data source name.  
Public PropertyPropertyInfo The actual property that this EntityProperty describes.  
Top
Protected Properties
 NameDescription
Protected PropertyEntityKind The type of object on which the property is defined.  
Top
Public Methods
 NameDescription
Public MethodEqualsSee Object.Equals.  
Public Methodstatic (Shared in Visual Basic)GetEntityProperties Return a list of all of the EntityProperties associated with a specified entity type.  
Public Methodstatic (Shared in Visual Basic)GetEntityProperty Gets the entity property for a specified entity type and property name.  
Public MethodGetHashCodeServes as the default hash function.  
Public MethodGetType (Inherited from object)
Public MethodGetValue Gets the value for this property on the selected instance.  
Public MethodSetValue Sets the value for this property on the selected instance.  
Public MethodToStringReturns a string that represents the current object.  
Top
Protected Methods
 NameDescription
Protected MethodFinalize (Inherited from object)
Protected MethodMemberwiseClone (Inherited from object)
Top
See Also

Reference

EntityProperty Class
IdeaBlade.EntityModel Namespace

Send Feedback