DerivedHierarchyContextIdentifier Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies a set of identifiers for a master data model object that exists in the context of a derived hierarchy.
public ref class DerivedHierarchyContextIdentifier : Microsoft::MasterDataServices::ModelContextIdentifier
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="DerivedHierarchyContextIdentifier", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class DerivedHierarchyContextIdentifier : Microsoft.MasterDataServices.ModelContextIdentifier
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.Serialization.DataContract(Name="DerivedHierarchyContextIdentifier", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type DerivedHierarchyContextIdentifier = class
inherit ModelContextIdentifier
Public Class DerivedHierarchyContextIdentifier
Inherits ModelContextIdentifier
- Inheritance
- Attributes
Remarks
This type includes identifiers for the context of the object including the parent derived hierarchy and model. This type is used by DerivedHierarchyLevel.
Constructors
DerivedHierarchyContextIdentifier() |
Initializes a new instance of the DerivedHierarchyContextIdentifier class. |
Properties
DerivedHierarchyId |
Gets or sets the identifier of the parent-derived hierarchy 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) |