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


The following tables list the members exposed by DataEntityProperty.

Public Properties

 NameDescription
Public PropertyConcurrencyStrategyConcurrencyStrategy for this property.  
Public PropertyDataType The datatype of this property. (Inherited from IdeaBlade.EntityModel.EntityProperty)
Public PropertyDefaultValue Gets or sets the default value for this property.  
Public PropertyEntityTypeThe type of IEntity to which this property belongs. (Inherited from IdeaBlade.EntityModel.EntityProperty)
Public PropertyIsAutoIncrementing Whether this property is auto-incrementing.  
Public PropertyIsComplexType Whether this property is a complex type (a non-primitive data type).  
Public PropertyIsConcurrencyProperty Whether this property is a concurrency property.  
Public PropertyIsForeignKeyProperty Is this a foreign key property.  
Public PropertyIsNativeProperty Gets or sets whether this property is a native property.  
Public PropertyIsNullable Whether this property can accept a null value. (Inherited from IdeaBlade.EntityModel.EntityProperty)
Public PropertyIsPartOfKey Whether this property is part of the primary key.  
Public PropertyIsReadOnly Is this property readonly? (Inherited from IdeaBlade.EntityModel.EntityProperty)
Public PropertyMemberMetadata Metadata for the property. (Inherited from IdeaBlade.EntityModel.EntityProperty)
Public PropertyName The name of this property in the Entity; this is not necessarily the data source name. (Inherited from IdeaBlade.EntityModel.EntityProperty)
Public PropertyOrdinal The ordinal index of the property in the collection of all properties for the Entity.  
Public PropertyPropertyInfo The actual property that this EntityProperty describes. (Inherited from IdeaBlade.EntityModel.EntityProperty)
Public PropertyRelatedNavigationPropertyName The related navigation property name that this is the foreign key for.  
Top

Protected Properties

 NameDescription
Protected PropertyEntityKind The type of object on which the property is defined. (Inherited from IdeaBlade.EntityModel.EntityProperty)
Top

Public Methods

 NameDescription
Public Methodstatic (Shared in Visual Basic)Create Creates a new DataEntityProperty from the information provided.  
Public MethodEquals Provides value equality.  
Public MethodGetHashCode Returns the hash code for this object.  
Public MethodGetType (Inherited from object)
Public MethodGetValueOverloaded. Overridden.   
Public MethodSetValue Sets the value for this property on the selected instance. (Inherited from IdeaBlade.EntityModel.EntityProperty)
Public MethodToString (Inherited from object)
Top

Protected Methods

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

See Also

© 2013 All Rights Reserved.