ModelContextIdentifier Class

Definition

A set of identifiers for a master data model object that exists in the context of a model.

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

Remarks

The ModelContextIdentifier complex type specifies a set of identifiers for a master data model object that exists in the context of a model. This type includes identifiers for the context of the object (the parent model). Examples of objects that have a model context are entities, versions, version flags, and derived hierarchies.

Constructors

ModelContextIdentifier()

Initializes a new instance of the ModelContextIdentifier class.

Properties

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.

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