MemberIdentifier Class

Definition

Specifies a set of IDs for a master data member, including the code and name of the member and the MemberType.

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

Constructors

MemberIdentifier()

Initializes a new instance of the MemberIdentifier class.

Properties

Code

Gets or sets the user key of the master data member that is unique within the context of the entity.

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.

Name

Gets or sets the name.

(Inherited from Identifier)

Applies to