IdeaBlade.EntityModel Assembly > IdeaBlade.EntityModel Namespace : RestoreStrategy Class |
The following tables list the members exposed by RestoreStrategy.
Name | Description | |
---|---|---|
RestoreStrategy Constructor | Initialize a new RestoreStrategy. |
Name | Description | |
---|---|---|
Normal | Do not restore the EntityManager.DefaultSaveOptions and EntityManager.DefaultQueryStrategy from the EntityCache, and use a MergeStrategy of MergeStrategy.PreserveChanges. |
Name | Description | |
---|---|---|
MergeStrategy | Returns the MergeStrategy for this RestoreStrategy. | |
RestoreQueryStrategy | Returns whether the EntityManager.DefaultQueryStrategy should be restored using the value from the EntityCacheState. | |
RestoreSaveOptions | Returns whether the EntityManager.DefaultSaveOptions should be restored using the value from the EntityCacheState. |
Name | Description | |
---|---|---|
Equals | See System.Object.Equals(System.Object). | |
GetHashCode | Serves as the default hash function. | |
GetType | (Inherited from object) | |
ToString | (Inherited from object) |
Name | Description | |
---|---|---|
Finalize | (Inherited from object) | |
MemberwiseClone | (Inherited from object) |
Equality | Operator == overload. |
Inequality | Operator != overload. |