EntityMemberType Class
Specifies the structure of an entity within MDS, including attributes and attribute groups.
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Microsoft.MasterDataServices::DataContractBase
Microsoft.MasterDataServices::MdmDataContractOfIdentifier
Microsoft.MasterDataServices::EntityMemberType
| Name | Description | |
|---|---|---|
![]() | EntityMemberType() | Initializes a new instance of the EntityMemberType class. |
| Name | Description | |
|---|---|---|
![]() | AttributeGroups | Gets or sets an array of attribute groups. |
![]() | Attributes | Gets or sets an array of metadata attributes. |
![]() | AuditInfo | Gets or sets auditing information.(Inherited from MdmDataContractOfIdentifier.) |
![]() | EntityId | Gets or sets the entity ID. |
![]() | ExtensionData | Gets or sets the structure that contains extra data.(Inherited from DataContractBase.) |
![]() | Identifier | Gets or sets the ID.(Inherited from MdmDataContractOfIdentifier.) |
![]() | Permission | Gets or sets the security permission.(Inherited from MdmDataContractOfIdentifier.) |
![]() | Type | Gets or sets the type of the member. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


