MemberTypeContextIdentifier Class

Definition

Specifies a set of IDs for a master data model object that exists in the context of an entity and member type.

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

Remarks

This type includes identifiers for the context of the object including parent entity, member type and model. Examples of objects that have an entity–member type context are Attributes, Attribute Groups, and Business Rules.

Constructors

MemberTypeContextIdentifier()

Initializes a new instance of the MemberTypeContextIdentifier class.

Properties

EntityId

Gets or sets the ID of the parent entity of the object.

(Inherited from EntityContextIdentifier)
ExtensionData

Gets or sets the structure that contains extra data.

(Inherited from DataContractBase)
Id

Gets or sets the ID.

(Inherited from Identifier)
InternalId

Gets or sets the internal integer ID.

(Inherited from Identifier)
MemberType

Gets or sets the member type.

ModelId

Gets or sets the model ID.

(Inherited from ModelContextIdentifier)
Name

Gets or sets the name.

(Inherited from Identifier)

Applies to