IdeaBlade DevForce 2010 Help Reference
EntityProperty Class Members
See Also  Properties  Methods  Send Feedback
IdeaBlade.EntityModel Assembly > IdeaBlade.EntityModel Namespace : EntityProperty Class


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 MethodGetHashCodeSee Object.GetHashCode.  
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 MethodToString A string representation of this property.  
Top

Protected Methods

 NameDescription
Protected MethodFinalize (Inherited from object)
Protected MethodMemberwiseClone (Inherited from object)
Top

See Also

© 2013 All Rights Reserved.