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.
Properties
Name | Description | |
---|---|---|
Attributes | Gets or sets a collection of Attribute complex types. | |
AuditInfo | Gets or sets an AuditInfo complex type. | |
Collections | Gets or sets an ArrayOfMasterDataCollection that includes collection type parent members. | |
MemberId | Gets or sets the MemberIdentifier of the member. | |
Parents | Gets or sets an ArrayOfParent that includes parents of the member from explicit hierarchies. | |
SecurityPermission | Gets or sets the SecurityPermission provides the authorization of the user for the member. | |
ValidationStatus | Gets or sets a ValidationStatus complex type. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
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.