MemberAttributeIdentifier Class

Definition

Defines the contract for the member attribute identifier.

public ref class MemberAttributeIdentifier : Microsoft::MasterDataServices::MemberTypeContextIdentifier
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="MemberAttributeIdentifier", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class MemberAttributeIdentifier : Microsoft.MasterDataServices.MemberTypeContextIdentifier
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.Serialization.DataContract(Name="MemberAttributeIdentifier", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type MemberAttributeIdentifier = class
    inherit MemberTypeContextIdentifier
Public Class MemberAttributeIdentifier
Inherits MemberTypeContextIdentifier
Inheritance
Attributes

Constructors

MemberAttributeIdentifier()

Initializes a new instance of the MemberAttributeIdentifier 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)
MemberId

Gets or sets the identifier of the member.

MemberType

Gets or sets the member type.

(Inherited from MemberTypeContextIdentifier)
ModelId

Gets or sets the model ID.

(Inherited from ModelContextIdentifier)
Name

Gets or sets the name.

(Inherited from Identifier)

Applies to