ModelContextIdentifier 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.
Represents a set of Identifiers for a master data model object that exists in the context of a model.
public ref class ModelContextIdentifier : Microsoft::MasterDataServices::Identifier
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="ModelContextIdentifier", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
[System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.MemberTypeContextIdentifier))]
[System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.EntityContextIdentifier))]
[System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.MemberAttributeIdentifier))]
[System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.DerivedHierarchyContextIdentifier))]
public class ModelContextIdentifier : Microsoft.MasterDataServices.Identifier
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.Serialization.DataContract(Name="ModelContextIdentifier", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
[<System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.MemberTypeContextIdentifier))>]
[<System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.EntityContextIdentifier))>]
[<System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.MemberAttributeIdentifier))>]
[<System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.DerivedHierarchyContextIdentifier))>]
type ModelContextIdentifier = class
inherit Identifier
Public Class ModelContextIdentifier
Inherits Identifier
- Inheritance
- Derived
- Attributes
Constructors
ModelContextIdentifier() |
Initializes a new instance of the ModelContextIdentifier class. |
Properties
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. |
Name |
Gets or sets the name. (Inherited from Identifier) |