Classe EntityMemberType
Represents a structure of an entity within MDS including Attributes and attribute groups.
Hierarquia de herança
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 (em Microsoft.MasterDataServices.Services.Contracts.dll)
Sintaxe
'Declaração
<DataContractAttribute(Name := "EntityMemberType", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public NotInheritable Class EntityMemberType _
Inherits MdmDataContract(Of Identifier)
'Uso
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>
O tipo EntityMemberType expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
EntityMemberType | Initializes a new instance of the EntityMemberType class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
AttributeGroups | Gets or sets an ArrayOfAttributeGroup complex type. | |
Attributes | Gets or sets an ArrayOfMetaDataAttribute complex type. | |
AuditInfo | Gets or sets the audit information. (Herdado de MdmDataContract<TIdType>.) | |
EntityId | Gets or sets an Identifier complex type. | |
Identifier | Gets or sets the identifier. (Herdado de MdmDataContract<TIdType>.) | |
Permission | Gets or sets the permission. (Herdado de MdmDataContract<TIdType>.) | |
Type | Gets or sets a MemberType simple type. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.
Consulte também
Referência
Namespace Microsoft.MasterDataServices.Services.DataContracts