Member Class

Definition

Specifies a master data member or row of data.

public ref class Member : Microsoft::MasterDataServices::DataContractBase
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="Member", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class Member : Microsoft.MasterDataServices.DataContractBase
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<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

Constructors

Member()

Initializes a new instance of the Member class.

Properties

Attributes

Gets or sets an array of attributes.

AuditInfo

Gets or sets audit information.

Collections

Gets or sets an array of master data collections that includes collection type parent members.

ExtensionData

Gets or sets the structure that contains extra data.

(Inherited from DataContractBase)
MemberId

Gets or sets the ID of the member.

Parents

Gets or sets an array that includes parents of the member from explicit hierarchies.

SecurityPermission

Gets or sets the authorization of the user for the member.

TransactionAnnotation

Gets or sets the annotation of a transaction.

ValidationStatus

Gets or sets the validation status.

Applies to