EntityMemberType Class

Specifies the structure of an entity within MDS, including attributes and attribute groups.

Inheritance Hierarchy

System.Object
  Microsoft.MasterDataServices.MdmDataContractOfIdentifier
    Microsoft.MasterDataServices.EntityMemberType

Namespace:  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

'Declaration
<DataContractAttribute(Name := "EntityMemberType", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class EntityMemberType _
    Inherits MdmDataContractOfIdentifier
'Usage
Dim instance As EntityMemberType
[DataContractAttribute(Name = "EntityMemberType", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class EntityMemberType : MdmDataContractOfIdentifier
[DataContractAttribute(Name = L"EntityMemberType", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class EntityMemberType : public MdmDataContractOfIdentifier
[<DataContractAttribute(Name = "EntityMemberType", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type EntityMemberType =  
    class
        inherit MdmDataContractOfIdentifier
    end
public class EntityMemberType extends MdmDataContractOfIdentifier

The EntityMemberType type exposes the following members.

Constructors

  Name Description
Public method EntityMemberType Initializes a new instance of the EntityMemberType class.

Top

Properties

  Name Description
Public property AttributeGroups Gets or sets an array of attribute groups.
Public property Attributes Gets or sets an array of metadata attributes.
Public property AuditInfo Gets or sets auditing information. (Inherited from MdmDataContractOfIdentifier.)
Public property EntityId Gets or sets the entity ID.
Public property ExtensionData Gets or sets an object that contains extra data. (Inherited from MdmDataContractOfIdentifier.)
Public property Identifier Gets or sets the ID. (Inherited from MdmDataContractOfIdentifier.)
Public property Permission Gets or sets the security permission. (Inherited from MdmDataContractOfIdentifier.)
Public property Type Gets or sets the type of the member.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.