Dela via


CacheItemPolicyDetail Class

 

Applies To: Dynamics CRM 2015

Additional information about the cache item policy. (Developer Extensions)

Namespace:   Microsoft.Xrm.Client.Caching
Assembly:  Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)

Inheritance Hierarchy

System.Object
  Microsoft.Xrm.Client.Caching.CacheItemPolicyDetail

Syntax

[SerializableAttribute]
[DataContractAttribute(Namespace = "https://schemas.microsoft.com/xrm/2011/Contracts")]
public sealed class CacheItemPolicyDetail
[SerializableAttribute]
[DataContractAttribute(Namespace = "https://schemas.microsoft.com/xrm/2011/Contracts")]
public ref class CacheItemPolicyDetail sealed 
[<Sealed>]
[<SerializableAttribute>]
[<DataContractAttribute(Namespace = "https://schemas.microsoft.com/xrm/2011/Contracts")>]
type CacheItemPolicyDetail = class end
<SerializableAttribute>
<DataContractAttribute(Namespace := "https://schemas.microsoft.com/xrm/2011/Contracts")>
Public NotInheritable Class CacheItemPolicyDetail

Constructors

Name Description
System_CAPS_pubmethod CacheItemPolicyDetail(CacheItemPolicy)

Initializes an instance of the CacheItemPolicyDetail class.

Properties

Name Description
System_CAPS_pubproperty AbsoluteExpiration

Gets the absolute expiration date.

System_CAPS_pubproperty ChangeMonitors

Gets the collection of change monitors.

System_CAPS_pubproperty Priority

Gets the priority.

System_CAPS_pubproperty SlidingExpiration

Gets the sliding expiration time span.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Extension Methods

Name Description
System_CAPS_pubmethod 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.Caching Namespace
Developer extensions for Microsoft Dynamics CRM 2015

Return to top

© 2017 Microsoft. All rights reserved. Copyright