ModelMembersGetRequest-Klasse
Represents a request message for specifying the criteria in the ModelsGetCriteria complex type for the retrieval of the model. Models and Versions parameters are required. Entities parameter is optional. All entities are returned if not specified.
Vererbungshierarchie
System. . :: . .Object
Microsoft.MasterDataServices.Services.MessageContracts. . :: . .MessageRequest
Microsoft.MasterDataServices.Services.MessageContracts..::..ModelMembersGetRequest
Namespace: Microsoft.MasterDataServices.Services.MessageContracts
Assembly: Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)
Syntax
'Declaration
<MessageContractAttribute> _
Public Class ModelMembersGetRequest _
Inherits MessageRequest
'Usage
Dim instance As ModelMembersGetRequest
[MessageContractAttribute]
public class ModelMembersGetRequest : MessageRequest
[MessageContractAttribute]
public ref class ModelMembersGetRequest : public MessageRequest
[<MessageContractAttribute>]
type ModelMembersGetRequest =
class
inherit MessageRequest
end
public class ModelMembersGetRequest extends MessageRequest
Der ModelMembersGetRequest-Typ macht folgende Elemente verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
ModelMembersGetRequest | Initializes a new instance of the ModelMembersGetRequest class. |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
International | Gets or sets a value indicating whether to use client localization information. (Geerbt von MessageRequest.) | |
ModelsGetCriteria | Gets or sets a complex type for the retrieval of the model. | |
ModelsResultCriteria | Gets or sets criteria for specifying the contents of the result set. |
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.