Member Class

Definition

Used to store the member related information.

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

Remarks

The Member complex type specifies a master data member or row of data.

Constructors

Member()

Initializes a new instance of the Member class.

Properties

AccessPermission

Specifies what kind of access the user has.

Attributes

Specifies the attributes of the member.

AuditInfo

Specifies the audit information of the member

Collections
Obsolete.

Specifies the collection which this member is in

DerivedHierarchyParentIds

Specifies 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

Specifies the status of the member

MemberId

Specifies the name/code/type of the member

Parents
Obsolete.

Specifies the parents of the member.

SecurityPermission

Specifies the authorization of the user for the member.

TransactionAnnotation

Specifies the annotation applicable to this member's transaction during creation.

ValidationStatus

Specifies the validation status of the member

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