EntityMemberAnnotationsGetResponse-Klasse
Complex type that holds the details of the response.
Vererbungshierarchie
System. . :: . .Object
Microsoft.MasterDataServices.Services.MessageContracts. . :: . .MessageResponse
Microsoft.MasterDataServices.Services.MessageContracts..::..EntityMemberAnnotationsGetResponse
Namespace: Microsoft.MasterDataServices.Services.MessageContracts
Assembly: Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)
Syntax
'Declaration
<MessageContractAttribute> _
Public Class EntityMemberAnnotationsGetResponse _
Inherits MessageResponse
'Usage
Dim instance As EntityMemberAnnotationsGetResponse
[MessageContractAttribute]
public class EntityMemberAnnotationsGetResponse : MessageResponse
[MessageContractAttribute]
public ref class EntityMemberAnnotationsGetResponse : public MessageResponse
[<MessageContractAttribute>]
type EntityMemberAnnotationsGetResponse =
class
inherit MessageResponse
end
public class EntityMemberAnnotationsGetResponse extends MessageResponse
Der EntityMemberAnnotationsGetResponse-Typ macht folgende Elemente verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
EntityMemberAnnotationsGetResponse | Initializes a new instance of the EntityMemberAnnotationsGetResponse class. |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
Annotations | Gets or sets an array of annotations. | |
EntityId | Gets or sets the GUID of the entity. | |
MemberId | Gets or sets the MemberIdentifier of the member whose annotations were retrieved. | |
ModelId | Gets or sets the GUID of the model. | |
OperationResult | Gets or sets the result of an operation. (Geerbt von MessageResponse.) | |
VersionId | Gets or sets the GUID of the model version. |
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.