MemberIdentifier Class
A set of identifiers for a master data member including the code and name of the member and the member type.
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
Microsoft.MasterDataServices.Services.DataContracts.Identifier
Microsoft.MasterDataServices.Services.DataContracts.MemberIdentifier
Name | Description | |
---|---|---|
![]() | MemberIdentifier() | Initializes a new instance of the MemberIdentifier class. |
Name | Description | |
---|---|---|
![]() | Code | Gets or sets the code of the member identifier. |
![]() | Id | Gets or sets the identifier Guid. (Inherited from Identifier.) |
![]() | InternalId | Gets or sets the internal integer Id. (Inherited from Identifier.) |
![]() | IsCodeChanged | Gets or sets a value whether the code of the member and the member type are changed. |
![]() | IsNameChanged | Gets or sets a value that indicates whether the name of the member and the member type are changed. |
![]() | MemberType | Gets or sets the MemberType simple type. |
![]() | Name | Gets or sets the name. (Inherited from Identifier.) |
Name | Description | |
---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | 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.) |
![]() | ToString() | (Inherited from Object.) |
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.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.