MemberKey Class

Definition

Used to store Code/Id Pairs.

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

Remarks

The MemberKey is used to store code and identifier pairs.

Constructors

MemberKey()

Initializes a new instance of the MemberKey class.

Properties

MemberCode

The MemberCode that will be either lookup up of used to get the Id.

MemberId

The MemberId that will be either lookup up of used to get the Code.

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