StagingProcessRequest Class

 

Represents a complex type that specifies the details of the Staging process request.

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

Syntax

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

Constructors

Name Description
System_CAPS_pubmethod StagingProcessRequest()

Initializes a new instance of the StagingProcessRequest class.

Properties

Name Description
System_CAPS_pubproperty International

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

System_CAPS_pubproperty Process

Gets or sets a value indicating whether to perform a staging process.

System_CAPS_pubproperty UnbatchedCriteria

Gets or sets unbatched criteria using complex type.

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