Compartilhar via


Classe StagingGetRequest

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

Hierarquia de herança

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

Namespace:  Microsoft.MasterDataServices.Services.MessageContracts
Assembly:  Microsoft.MasterDataServices.Services (em Microsoft.MasterDataServices.Services.dll)

Sintaxe

'Declaração
<MessageContractAttribute> _
Public Class StagingGetRequest _
    Inherits MessageRequest
'Uso
Dim instance As StagingGetRequest
[MessageContractAttribute]
public class StagingGetRequest : MessageRequest
[MessageContractAttribute]
public ref class StagingGetRequest : public MessageRequest
[<MessageContractAttribute>]
type StagingGetRequest =  
    class
        inherit MessageRequest
    end
public class StagingGetRequest extends MessageRequest

O tipo StagingGetRequest expõe os membros a seguir.

Construtores

  Nome Descrição
Método público StagingGetRequest Initializes a new instance of the StagingGetRequest class.

Início

Propriedades

  Nome Descrição
Propriedade pública IncludeUnbatchedInformation Gets or sets a value indicating whether unbatched information is to be included.
Propriedade pública International Gets or sets a value indicating whether to use client localization information. (Herdado de MessageRequest.)
Propriedade pública StagingResultCriteria Gets or sets criteria for staging results.
Propriedade pública StagingSearchCriteria Gets or sets criteria for staging searches.

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.