EntityContextIdentifier Class

Definition

Specifies a set of ID’s for a master data model object that exists in the context of an entity.

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

Remarks

EntityContextIdentifier includes identifiers for the context of the object including parent entity and model. Examples of objects that have an entity context are instances of ExplicitHierarchy.

Constructors

EntityContextIdentifier()

Initializes a new instance of the EntityContextIdentifier class.

Properties

EntityId

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

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)
ModelId

Gets or sets the model ID.

(Inherited from ModelContextIdentifier)
Name

Gets or sets the name.

(Inherited from Identifier)

Applies to