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 | |
---|---|---|
KeyedRequest() | Initializes a new instance of the KeyedRequest class. |
|
KeyedRequest(OrganizationRequest, String) | Initializes a new instance of the KeyedRequest class. |
Properties
Name | Description | |
---|---|---|
ExtensionData | (Inherited from OrganizationRequest.) |
|
Item[String] | (Inherited from OrganizationRequest.) |
|
Key | Gets or sets a custom key value that is unique to the current request. |
|
Parameters | (Inherited from OrganizationRequest.) |
|
Request | Gets or sets the underlying request. |
|
RequestId | (Inherited from OrganizationRequest.) |
|
RequestName | (Inherited from OrganizationRequest.) |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
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.Services Namespace
Developer extensions for Microsoft Dynamics CRM 2015
Return to top
© 2017 Microsoft. All rights reserved. Copyright