StagingGetRequest-Klasse
Represents a request message for specifying the criteria in the StagingResultCriteria complex type for the retrieval of staging information.
Vererbungshierarchie
System.Object
Microsoft.MasterDataServices.Services.MessageContracts.MessageRequest
Microsoft.MasterDataServices.Services.MessageContracts.StagingGetRequest
Namespace: Microsoft.MasterDataServices.Services.MessageContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<MessageContractAttribute> _
Public Class StagingGetRequest _
Inherits MessageRequest
'Usage
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
Der StagingGetRequest-Typ macht folgende Elemente verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
StagingGetRequest | Initializes a new instance of the StagingGetRequest class. |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
IncludeUnbatchedInformation | Gets or sets a value indicating whether unbatched information is to be included. | |
International | Gets or sets the client localization information. (Geerbt von MessageRequest.) | |
StagingResultCriteria | Gets or sets criteria for staging results. | |
StagingSearchCriteria | Gets or sets criteria for staging searches. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Equals | (Geerbt von Object.) | |
Finalize | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
MemberwiseClone | (Geerbt von Object.) | |
ToString | (Geerbt von Object.) |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.
Siehe auch
Verweis
Microsoft.MasterDataServices.Services.MessageContracts-Namespace