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


The following tables list the members exposed by EntityReferenceStrategy.

Public Constructors

 NameDescription
Public ConstructorEntityReferenceStrategy ConstructorOverloaded.   
Top

Public Fields

 NameDescription
Public Fieldstatic (Shared in Visual Basic)DefaultThe Default strategy - a combination of EntityReferenceLoadStrategy.Lazy and MergeStrategy.PreserveChanges.  
Public Fieldstatic (Shared in Visual Basic)DefaultAsyncAn async version of the Default.  
Public Fieldstatic (Shared in Visual Basic)NoLoad A strategy that can be used to suppress the loading of Entity references (i.e. related entities).  
Top

Public Properties

 NameDescription
Public PropertyIsAsync Whether asynchronous navigation is used.  
Public PropertyLoadStrategyThis strategy's EntityReferenceLoadStrategy.  
Public PropertyMergeStrategyThis strategy's MergeStrategy.  
Top

Public Methods

 NameDescription
Public MethodEquals Provides value equality.  
Public MethodGetHashCodeOverridden. See System.Object.GetHashCode.  
Public MethodGetType (Inherited from object)
Public MethodToString (Inherited from object)
Public MethodWithOverloaded.  Creates a copy of this strategy with the specified EntityReferenceLoadStrategy  
Top

Protected Methods

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

See Also

© 2013 All Rights Reserved.