Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies To: Dynamics CRM 2013
Additional information about the change monitor. (Developer Extensions)
Namespace:   Microsoft.Xrm.Client.Caching
Assembly:  Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Inheritance Hierarchy
System.Object
  Microsoft.Xrm.Client.Caching.ChangeMonitorDetail
Syntax
[SerializableAttribute]
[DataContractAttribute(Namespace = "https://schemas.microsoft.com/xrm/2011/Contracts")]
public sealed class ChangeMonitorDetail
[SerializableAttribute]
[DataContractAttribute(Namespace = "https://schemas.microsoft.com/xrm/2011/Contracts")]
public ref class ChangeMonitorDetail sealed 
[<Sealed>]
[<SerializableAttribute>]
[<DataContractAttribute(Namespace = "https://schemas.microsoft.com/xrm/2011/Contracts")>]
type ChangeMonitorDetail = class end
<SerializableAttribute>
<DataContractAttribute(Namespace := "https://schemas.microsoft.com/xrm/2011/Contracts")>
Public NotInheritable Class ChangeMonitorDetail
Constructors
| Name | Description | |
|---|---|---|
| .jpeg) | ChangeMonitorDetail(CacheEntryChangeMonitor) | Initializes a new instance of the ChangeMonitorDetail. | 
Properties
| Name | Description | |
|---|---|---|
| .jpeg) | CacheKeys | Gets the cache keys. | 
| .jpeg) | LastModified | Gets the last modified date and time. | 
| .jpeg) | RegionName | Gets the region name. | 
Methods
| Name | Description | |
|---|---|---|
| .jpeg) | Equals(Object) | (Inherited from Object.) | 
| .jpeg) | GetHashCode() | (Inherited from Object.) | 
| .jpeg) | GetType() | (Inherited from Object.) | 
| .jpeg) | ToString() | (Inherited from Object.) | 
Extension Methods
| Name | Description | |
|---|---|---|
| .jpeg) | 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 2013
Return to top