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


The following tables list the members exposed by DataEntityProperty<TInstance,TValue>.

Public Constructors

 NameDescription
Public ConstructorDataEntityProperty<TInstance,TValue> Constructor Creates an instance of this class.  
Top

Public Properties

 NameDescription
Public PropertyConcurrencyStrategyConcurrencyStrategy for this property. (Inherited from IdeaBlade.EntityModel.DataEntityProperty)
Public PropertyDataType The datatype of this property. (Inherited from IdeaBlade.EntityModel.EntityProperty)
Public PropertyDefaultValue Gets or sets the default value for this property. (Inherited from IdeaBlade.EntityModel.DataEntityProperty)
Public PropertyEntityTypeThe type of IEntity to which this property belongs. (Inherited from IdeaBlade.EntityModel.EntityProperty)
Public PropertyGetterInterceptorThe getter PropertyInterceptor.  
Public PropertyIsAutoIncrementing Whether this property is auto-incrementing. (Inherited from IdeaBlade.EntityModel.DataEntityProperty)
Public PropertyIsComplexType Whether this property is a complex type (a non-primitive data type). (Inherited from IdeaBlade.EntityModel.DataEntityProperty)
Public PropertyIsConcurrencyProperty Whether this property is a concurrency property. (Inherited from IdeaBlade.EntityModel.DataEntityProperty)
Public PropertyIsForeignKeyProperty Is this a foreign key property. (Inherited from IdeaBlade.EntityModel.DataEntityProperty)
Public PropertyIsNativeProperty Gets or sets whether this property is a native property. (Inherited from IdeaBlade.EntityModel.DataEntityProperty)
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. (Inherited from IdeaBlade.EntityModel.DataEntityProperty)
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. (Inherited from IdeaBlade.EntityModel.DataEntityProperty)
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. (Inherited from IdeaBlade.EntityModel.DataEntityProperty)
Public PropertySetterInterceptorThe setter PropertyInterceptor.  
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 MethodEquals (Inherited from object)
Public MethodGetHashCode (Inherited from object)
Public MethodGetType (Inherited from object)
Public MethodGetValueOverloaded. Overridden.  Retrieves the value of this property using the specified version and object.  
Public MethodSetValueOverloaded. Overridden.  Sets the value of this property in the specified object. Gets or sets the LastName.  
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.