EntityMemberType-Klasse
Represents a structure of an entity within MDS including Attributes and attribute groups.
Vererbungshierarchie
System.Object
Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
Microsoft.MasterDataServices.Services.DataContracts.MdmDataContract<Identifier>
Microsoft.MasterDataServices.Services.DataContracts.EntityMemberType
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<DataContractAttribute(Name := "EntityMemberType", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public NotInheritable Class EntityMemberType _
Inherits MdmDataContract(Of Identifier)
'Usage
Dim instance As EntityMemberType
[DataContractAttribute(Name = "EntityMemberType", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public sealed class EntityMemberType : MdmDataContract<Identifier>
[DataContractAttribute(Name = L"EntityMemberType", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class EntityMemberType sealed : public MdmDataContract<Identifier^>
[<SealedAttribute>]
[<DataContractAttribute(Name = "EntityMemberType", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type EntityMemberType =
class
inherit MdmDataContract<Identifier>
end
public final class EntityMemberType extends MdmDataContract<Identifier>
Der EntityMemberType-Typ macht folgende Elemente verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
EntityMemberType | Initializes a new instance of the EntityMemberType class. |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
AttributeGroups | Gets or sets an ArrayOfAttributeGroup complex type. | |
Attributes | Gets or sets an ArrayOfMetaDataAttribute complex type. | |
AuditInfo | Gets or sets the audit information. (Geerbt von MdmDataContract<TIdType>.) | |
EntityId | Gets or sets an Identifier complex type. | |
Identifier | Gets or sets the identifier. (Geerbt von MdmDataContract<TIdType>.) | |
Permission | Gets or sets the permission. (Geerbt von MdmDataContract<TIdType>.) | |
Type | Gets or sets a MemberType simple type. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Equals | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (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.DataContracts-Namespace