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.
Specifies a set of IDs for a master data model object that exists in the context of an entity and member type.
public ref class MemberTypeContextIdentifier : Microsoft::MasterDataServices::EntityContextIdentifier
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="MemberTypeContextIdentifier", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
[System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.MemberAttributeIdentifier))]
public class MemberTypeContextIdentifier : Microsoft.MasterDataServices.EntityContextIdentifier
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.Serialization.DataContract(Name="MemberTypeContextIdentifier", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
[<System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.MemberAttributeIdentifier))>]
type MemberTypeContextIdentifier = class
inherit EntityContextIdentifier
Public Class MemberTypeContextIdentifier
Inherits EntityContextIdentifier
- Inheritance
-
MemberTypeContextIdentifier
- Derived
- Attributes
Remarks
This type includes identifiers for the context of the object including parent entity, member type and model. Examples of objects that have an entity–member type context are Attributes, Attribute Groups, and Business Rules.
Constructors
MemberTypeContextIdentifier() |
Initializes a new instance of the MemberTypeContextIdentifier class. |
Properties
EntityId |
Gets or sets the ID of the parent entity of the object. (Inherited from EntityContextIdentifier) |
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) |
MemberType |
Gets or sets the member type. |
ModelId |
Gets or sets the model ID. (Inherited from ModelContextIdentifier) |
Name |
Gets or sets the name. (Inherited from Identifier) |