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


The following tables list the members exposed by NavigationEntityProperty.

Public Properties

 NameDescription
Public PropertyDataType The datatype of this property. (Inherited from IdeaBlade.EntityModel.EntityProperty)
Public PropertyEntityTypeThe type of IEntity to which this property belongs. (Inherited from IdeaBlade.EntityModel.EntityProperty)
Public PropertyIsCollectionReadOnly Returns whether the list is read only.  
Public PropertyIsManyToMany Returns whether this is one side of a many to many navigation.  
Public PropertyIsNullable Whether this property can accept a null value. (Inherited from IdeaBlade.EntityModel.EntityProperty)
Public PropertyIsReadOnly Is this property readonly? (Inherited from IdeaBlade.EntityModel.EntityProperty)
Public PropertyIsScalar Returns whether this is a scalar navigation property.  
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 PropertyPropertyInfo The actual property that this EntityProperty describes. (Inherited from IdeaBlade.EntityModel.EntityProperty)
Public PropertyQueryDirectionThe QueryDirection of this navigation.  
Public PropertyReferenceStrategyGets or sets the EntityReferenceStrategy that determines how references using this role are resolved.  
Public PropertyRelationLinkThe EntityRelation and direction of this navigation.  
Public PropertyRelationName The namespace-qualified name of the relation involved in this navigation.  
Public PropertyUnqualifiedRelationName The unqualified name of the relation involved in this navigation.  
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 Provides value equality.  
Public MethodGetEntityReferenceReturns the EntityReferenceBase for this navigation property.  
Public MethodGetHashCode Returns the hash of the object.  
Public MethodGetType (Inherited from object)
Public MethodGetValue Gets the value for this property on the selected instance. (Inherited from IdeaBlade.EntityModel.EntityProperty)
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.