StagingGetRequest Class

 

Represents a request message for specifying the criteria in the StagingResultCriteria complex type for the retrieval of staging information.

Namespace:   Microsoft.MasterDataServices.Services.MessageContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Inheritance Hierarchy

System.Object
  Microsoft.MasterDataServices.Services.MessageContracts.MessageRequest
    Microsoft.MasterDataServices.Services.MessageContracts.StagingGetRequest

Syntax

[MessageContractAttribute]
public class StagingGetRequest : MessageRequest
[MessageContractAttribute]
public ref class StagingGetRequest : MessageRequest
[<MessageContractAttribute>]
type StagingGetRequest = 
    class
        inherit MessageRequest
    end
<MessageContractAttribute>
Public Class StagingGetRequest
    Inherits MessageRequest

Constructors

Name Description
System_CAPS_pubmethod StagingGetRequest()

Initializes a new instance of the StagingGetRequest class.

Properties

Name Description
System_CAPS_pubproperty IncludeUnbatchedInformation

Gets or sets a value indicating whether unbatched information is to be included.

System_CAPS_pubproperty International

Gets or sets the client localization information.(Inherited from MessageRequest.)

System_CAPS_pubproperty StagingResultCriteria

Gets or sets criteria for staging results.

System_CAPS_pubproperty StagingSearchCriteria

Gets or sets criteria for staging searches.

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.)

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.MasterDataServices.Services.MessageContracts Namespace

Return to top