DevForce Help Reference
SaveOptions Class Members
Properties  Methods 


The following tables list the members exposed by SaveOptions.

Public Constructors
 NameDescription
Public ConstructorSaveOptions ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public PropertyCommunicationRetryPolicyGets or sets the retry policy to use for possibly transient communication errors to a remote EntityServer. If not set, the DefaultRetryPolicyForSave is used, which in turn defaults to the IdeaBlade.Core.NoRetry policy.  
Public PropertyEntityTypesExcludedFromPostSaveRefetch Gets or sets the types of entities which should not be returned to the client after a save.  
Public PropertyEntityTypesRequiringPostSaveRefresh Gets or sets the types of entities to be included in the refresh that is performed after a save.  
Public PropertyIgnoreClientValidationErrors Gets or sets a flag whether to ignore client validation errors on save.  
Public PropertyPersistenceOrder For future use. Gets or sets the order in which entities should be processed when persisting to a non-EDM data source.  
Public PropertyPocoSaveMode Determines how to discover any custom server side POCO save methods.  
Public PropertyTag Used to pass custom user information to the EntityServer regarding the Save operation.  
Public PropertyTransactionSettings Gets or sets the transactional behavior for the save.  
Top
Public Methods
 NameDescription
Public MethodEquals (Inherited from object)
Public MethodGetHashCode (Inherited from object)
Public MethodGetType (Inherited from object)
Public MethodToString (Inherited from object)
Public MethodWithTag Used to create a clone of this SaveOptions but with the "Tag" set to the specified value.  
Top
Protected Methods
 NameDescription
Protected MethodFinalize (Inherited from object)
Protected MethodMemberwiseClone (Inherited from object)
Top
See Also

Reference

SaveOptions Class
IdeaBlade.EntityModel Namespace

Send Feedback