MemberIdentifier 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.
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, Boolean) |
Changes the property to the given value. |
SetProperty<T>(T, T, String) |
Changes the property to the given value. |