KeyedRequest Class

 

Applies To: Dynamics CRM 2015

(Developer Extensions)

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

Inheritance Hierarchy

System.Object
  Microsoft.Xrm.Sdk.OrganizationRequest
    Microsoft.Xrm.Client.Services.KeyedRequest

Syntax

[SerializableAttribute]
public sealed class KeyedRequest : OrganizationRequest
[SerializableAttribute]
public ref class KeyedRequest sealed : OrganizationRequest
[<Sealed>]
[<SerializableAttribute>]
type KeyedRequest = 
    class
        inherit OrganizationRequest
    end
<SerializableAttribute>
Public NotInheritable Class KeyedRequest
    Inherits OrganizationRequest

Constructors

Name Description
System_CAPS_pubmethod KeyedRequest()

Initializes a new instance of the KeyedRequest class.

System_CAPS_pubmethod KeyedRequest(OrganizationRequest, String)

Initializes a new instance of the KeyedRequest class.

Properties

Name Description
System_CAPS_pubproperty ExtensionData

(Inherited from OrganizationRequest.)

System_CAPS_pubproperty Item[String]

(Inherited from OrganizationRequest.)

System_CAPS_pubproperty Key

Gets or sets a custom key value that is unique to the current request.

System_CAPS_pubproperty Parameters

(Inherited from OrganizationRequest.)

System_CAPS_pubproperty Request

Gets or sets the underlying request.

System_CAPS_pubproperty RequestId

(Inherited from OrganizationRequest.)

System_CAPS_pubproperty RequestName

(Inherited from OrganizationRequest.)

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.Services Namespace
Developer extensions for Microsoft Dynamics CRM 2015

Return to top

© 2017 Microsoft. All rights reserved. Copyright