Member Class
Used to store the member related information.
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Microsoft.MasterDataServices.Services.DataContracts::DataContractBase
Microsoft.MasterDataServices.Services.DataContracts::Member
| Name | Description | |
|---|---|---|
![]() | Member() | Initializes a new instance of the Member class. |
| Name | Description | |
|---|---|---|
![]() | AccessPermission | Gets or sets the kind of access the user has. |
![]() | Attributes | Gets or sets the attributes of the member. |
![]() | AuditInfo | Gets or sets the audit information of the member. |
![]() | Collections | Obsolete. Gets or sets the collection which this member is belong. |
![]() | DerivedHierarchyParentIds | Gets or sets the IDs of the derived hierarchy parent(s) of the member. Only provided if the get criteria specified a derived hierarchy level and requested membership information. |
![]() | IsSoftDeleted | Gets or sets a value that indicates whether the member has been marked for deletion. |
![]() | MemberId | Gets or sets the name/code/type of the member. |
![]() | Parents | Obsolete. Gets or sets the parents of the member. |
![]() | SecurityPermission | Gets or sets the authorization of the user for the member. |
![]() | TransactionAnnotation | Gets or sets the annotation applicable to this member's transaction during creation. |
![]() | ValidationStatus | Gets or sets the validation status of the member. |
| 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 Member complex type specifies a master data member or row of data.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


