Delen via


Member Class

Represents a master data member or row of data.

Inheritance Hierarchy

System.Object
  Microsoft.MasterDataServices.Services.DataContracts.Member

Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)

Syntax

'Declaration
<DataContractAttribute(Name := "Member", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class Member
'Usage
Dim instance As Member
[DataContractAttribute(Name = "Member", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class Member
[DataContractAttribute(Name = L"Member", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class Member
[<DataContractAttribute(Name = "Member", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type Member =  class end
public class Member

The Member type exposes the following members.

Constructors

  Name Description
Public method Member Initializes a new instance of the Member class.

Top

Properties

  Name Description
Public property Attributes Gets or sets a collection of Attribute complex types.
Public property AuditInfo Gets or sets an AuditInfo complex type.
Public property Collections Gets or sets an ArrayOfMasterDataCollection that includes collection type parent members.
Public property MemberId Gets or sets the MemberIdentifier of the member.
Public property Parents Gets or sets an ArrayOfParent that includes parents of the member from explicit hierarchies.
Public property SecurityPermission Gets or sets the SecurityPermission provides the authorization of the user for the member.
Public property ValidationStatus Gets or sets a ValidationStatus complex type.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.