Share via


OrganizationServiceCachePluginMessage Class

 

Applies To: Dynamics CRM 2013

Namespace:   Microsoft.Xrm.Client.Services.Messages
Assembly:  Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)

Inheritance Hierarchy

System.Object
  Microsoft.Xrm.Client.Services.Messages.PluginMessage
    Microsoft.Xrm.Client.Services.Messages.OrganizationServiceCachePluginMessage

Syntax

[SerializableAttribute]
[DataContractAttribute(Namespace = "https://schemas.microsoft.com/xrm/2011/Contracts")]
public class OrganizationServiceCachePluginMessage : PluginMessage
[SerializableAttribute]
[DataContractAttribute(Namespace = "https://schemas.microsoft.com/xrm/2011/Contracts")]
public ref class OrganizationServiceCachePluginMessage : PluginMessage
[<SerializableAttribute>]
[<DataContractAttribute(Namespace = "https://schemas.microsoft.com/xrm/2011/Contracts")>]
type OrganizationServiceCachePluginMessage = 
    class
        inherit PluginMessage
    end
<SerializableAttribute>
<DataContractAttribute(Namespace := "https://schemas.microsoft.com/xrm/2011/Contracts")>
Public Class OrganizationServiceCachePluginMessage
    Inherits PluginMessage

Constructors

Name Description
System_CAPS_pubmethod OrganizationServiceCachePluginMessage()

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Fields

Name Description
System_CAPS_pubfield Category

System_CAPS_pubfield ConnectionStringName

System_CAPS_pubfield MessageName

(Inherited from PluginMessage.)

System_CAPS_pubfield RelatedEntities

(Inherited from PluginMessage.)

System_CAPS_pubfield Relationship

(Inherited from PluginMessage.)

System_CAPS_pubfield Secret

System_CAPS_pubfield ServiceCacheName

System_CAPS_pubfield Target

(Inherited from PluginMessage.)

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.Services.Messages Namespace

Return to top