OrganizationServiceCacheElement Class
Applies To: Dynamics CRM 2015
(Developer Extensions)
Namespace: Microsoft.Xrm.Client.Configuration
Assembly: Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Inheritance Hierarchy
System.Object
System.Configuration.ConfigurationElement
Microsoft.Xrm.Client.Configuration.InitializableConfigurationElement<TDependency>
Microsoft.Xrm.Client.Configuration.OrganizationServiceCacheElement
Syntax
public sealed class OrganizationServiceCacheElement : InitializableConfigurationElement<IOrganizationServiceCache>
public ref class OrganizationServiceCacheElement sealed : InitializableConfigurationElement<IOrganizationServiceCache^>
[<Sealed>]
type OrganizationServiceCacheElement =
class
inherit InitializableConfigurationElement<IOrganizationServiceCache>
end
Public NotInheritable Class OrganizationServiceCacheElement
Inherits InitializableConfigurationElement(Of IOrganizationServiceCache)
Constructors
Name | Description | |
---|---|---|
OrganizationServiceCacheElement() | Initializes a new instance of theOrganizationServiceCacheElement class. |
Properties
Name | Description | |
---|---|---|
CacheMode | Gets or sets the caching behavior mode. |
|
CacheRegionName | Gets or sets the cache region name. |
|
CurrentConfiguration | (Inherited from ConfigurationElement.) |
|
DependencyType | The dependency type.(Inherited from InitializableConfigurationElement<TDependency>.) |
|
ElementInformation | (Inherited from ConfigurationElement.) |
|
ElementProperty | (Inherited from ConfigurationElement.) |
|
Item[ConfigurationProperty] | (Inherited from ConfigurationElement.) |
|
Item[String] | (Inherited from ConfigurationElement.) |
|
LockAllAttributesExcept | (Inherited from ConfigurationElement.) |
|
LockAllElementsExcept | (Inherited from ConfigurationElement.) |
|
LockAttributes | (Inherited from ConfigurationElement.) |
|
LockElements | (Inherited from ConfigurationElement.) |
|
LockItem | (Inherited from ConfigurationElement.) |
|
Name | Gets or sets the element name.(Overrides InitializableConfigurationElement<TDependency>.Name.) |
|
ObjectCacheName | Gets or sets the name of the nested ObjectCacheElement configuration. |
|
Parameters | The attributes of the configuration element.(Inherited from InitializableConfigurationElement<TDependency>.) |
|
Properties | (Inherited from ConfigurationElement.) |
|
QueryHashingEnabled | Gets or sets whether the query used to construct the cache key is to be hashed or left as a readable string. |
|
ReturnMode | Gets or sets the cache retrieval mode. |
|
Type | Gets or sets the dependency type name.(Overrides InitializableConfigurationElement<TDependency>.Type.) |
Methods
Extension Methods
Name | Description | |
---|---|---|
SerializeByJson(IEnumerable<Type>) | Serialize an object using the DataContractJsonSerializer.(Defined by ObjectExtensions.) |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.Xrm.Client.Configuration Namespace
Developer extensions for Microsoft Dynamics CRM 2015
Return to top
© 2017 Microsoft. All rights reserved. Copyright