EntityMemberType Class

Definition

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

public ref class EntityMemberType : Microsoft::MasterDataServices::MdmDataContractOfIdentifier
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="EntityMemberType", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class EntityMemberType : Microsoft.MasterDataServices.MdmDataContractOfIdentifier
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.Serialization.DataContract(Name="EntityMemberType", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type EntityMemberType = class
    inherit MdmDataContractOfIdentifier
Public Class EntityMemberType
Inherits MdmDataContractOfIdentifier
Inheritance
Attributes

Constructors

EntityMemberType()

Initializes a new instance of the EntityMemberType class.

Properties

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.

Applies to