OrganizationServiceCacheMode Enumeration
Applies To: Dynamics CRM 2013
(Developer Extensions)
Namespace: Microsoft.Xrm.Client.Services
Assembly: Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Syntax
public enum OrganizationServiceCacheMode
public enum class OrganizationServiceCacheMode
type OrganizationServiceCacheMode
Public Enumeration OrganizationServiceCacheMode
Members
Member name | Description | |
---|---|---|
Disabled | Value = 2. |
|
InsertOnly | Value = 1. |
|
LookupAndInsert | Value = 0. |
|
SerializeByJson(IEnumerable<Type>) | Serialize an object using the DataContractJsonSerializer.(Defined by ObjectExtensions.) |
See Also
Microsoft.Xrm.Client.Services Namespace
Developer extensions for Microsoft Dynamics CRM 2013
Return to top