Partager via


Classe StagingGetRequest

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

Hiérarchie d'héritage

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

Espace de noms :  Microsoft.MasterDataServices.Services.MessageContracts
Assembly :  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Syntaxe

'Déclaration
<MessageContractAttribute> _
Public Class StagingGetRequest _
    Inherits MessageRequest
'Utilisation
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

Le type StagingGetRequest expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique StagingGetRequest Initializes a new instance of the StagingGetRequest class.

Haut de la page

Propriétés

  Nom Description
Propriété publique IncludeUnbatchedInformation Gets or sets a value indicating whether unbatched information is to be included.
Propriété publique International Gets or sets the client localization information. (hérité de MessageRequest.)
Propriété publique StagingResultCriteria Gets or sets criteria for staging results.
Propriété publique StagingSearchCriteria Gets or sets criteria for staging searches.

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence

Espace de noms Microsoft.MasterDataServices.Services.MessageContracts