DerivedHierarchyContextIdentifier Class

Definition

The contextual identifier for the DerivedHierarchy complex type.

public ref class DerivedHierarchyContextIdentifier : Microsoft::MasterDataServices::Services::DataContracts::ModelContextIdentifier
[System.Runtime.Serialization.DataContract(Name="DerivedHierarchyContextIdentifier", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
[System.Serializable]
public class DerivedHierarchyContextIdentifier : Microsoft.MasterDataServices.Services.DataContracts.ModelContextIdentifier
[<System.Runtime.Serialization.DataContract(Name="DerivedHierarchyContextIdentifier", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
[<System.Serializable>]
type DerivedHierarchyContextIdentifier = class
    inherit ModelContextIdentifier
Public Class DerivedHierarchyContextIdentifier
Inherits ModelContextIdentifier
Inheritance
DerivedHierarchyContextIdentifier
Attributes

Remarks

The DerivedHierarchyContextIdentifier complex type specifies a set of identifiers for a master data model object that exists in the context of a derived hierarchy. This complex type includes identifiers for the context of the object, including the parent derived hierarchy and model.

Constructors

DerivedHierarchyContextIdentifier()

Initializes a new instance of the DerivedHierarchyContextIdentifier class.

Properties

DerivedHierarchyId

Specifies the Identifier of the Derived Hierarchy this object is associated with.

Id

Specifies the identifier Guid.

(Inherited from Identifier)
InternalId

Specifies the internal integer Id.

(Inherited from Identifier)
ModelId

Specifies the Identifier of the Model this object is associated with.

(Inherited from ModelContextIdentifier)
Name

Specifies the name.

(Inherited from Identifier)

Methods

SetProperty<T>(T, T, String)

Changes the property to the given value.
Returns whether the new value is different from the old value.

(Inherited from DataContractBase)
SetProperty<T>(T, T, String, Boolean)

Changes the property to the given value.
Returns whether the new value is different from the old value.

(Inherited from DataContractBase)

Applies to

See also