MemberTypeContextIdentifier 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.
A set of identifiers for a master data model object that exists in the context of an entity and member type.
public ref class MemberTypeContextIdentifier : Microsoft::MasterDataServices::Services::DataContracts::EntityContextIdentifier
[System.Runtime.Serialization.DataContract(Name="MemberTypeContextIdentifier", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
[System.Serializable]
public class MemberTypeContextIdentifier : Microsoft.MasterDataServices.Services.DataContracts.EntityContextIdentifier
[<System.Runtime.Serialization.DataContract(Name="MemberTypeContextIdentifier", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
[<System.Serializable>]
type MemberTypeContextIdentifier = class
inherit EntityContextIdentifier
Public Class MemberTypeContextIdentifier
Inherits EntityContextIdentifier
- Inheritance
-
MemberTypeContextIdentifier
- Derived
- Attributes
Remarks
The MemberTypeContextIdentifier complex type specifies a set of identifiers for a master data model object that exists in the context of an entity and member type. This type includes identifiers for the context of the object, including parent entity, member type, and model. Examples of objects that have an entity and member type context are attributes, attribute groups, and business rules.
Constructors
MemberTypeContextIdentifier() |
Initializes a new instance of the MemberTypeContextIdentifier class. |
Properties
EntityId |
Specifies the Identifier of the Entity this object is associated with. (Inherited from EntityContextIdentifier) |
Id |
Specifies the identifier Guid. (Inherited from Identifier) |
InternalId |
Specifies the internal integer Id. (Inherited from Identifier) |
MemberType |
Specifies the MemberType. |
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, Boolean) |
Changes the property to the given value. |
SetProperty<T>(T, T, String) |
Changes the property to the given value. |