MemberIdentifier Class

Definition

A set of identifiers for a master data member including the code and name of the member and the member type.

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

Remarks

The MemberIdentifier complex type specifies a set of identifiers for a master data member, including the code and name of the member and the member type.

Constructors

MemberIdentifier()

Initializes a new instance of the MemberIdentifier class.

Properties

Code

Specifies the user key of the master data member that is unique within the context of the entity.

Id

Specifies the identifier Guid.

(Inherited from Identifier)
InternalId

Specifies the internal integer Id.

(Inherited from Identifier)
IsCodeChanged

Specifies whether the code of the member and the member type are changed.

IsNameChanged

Specifies whether the name of the member and the member type are changed.

MemberType

Specifies the MemberType simple type.

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