MdmDataContractOfMemberTypeContextIdentifier Class

Specifies a data contract for MemberTypeContextIdentifier.

Inheritance Hierarchy

System.Object
  Microsoft.MasterDataServices.MdmDataContractOfMemberTypeContextIdentifier
    Microsoft.MasterDataServices.AttributeGroup
    Microsoft.MasterDataServices.MetadataAttribute

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

Syntax

'Declaration
<DataContractAttribute(Name := "MdmDataContractOfMemberTypeContextIdentifier",  _
    Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
<KnownTypeAttribute(GetType(MetadataAttribute))> _
<KnownTypeAttribute(GetType(AttributeGroup))> _
Public Class MdmDataContractOfMemberTypeContextIdentifier _
    Implements IExtensibleDataObject
'Usage
Dim instance As MdmDataContractOfMemberTypeContextIdentifier
[DataContractAttribute(Name = "MdmDataContractOfMemberTypeContextIdentifier", 
    Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
[KnownTypeAttribute(typeof(MetadataAttribute))]
[KnownTypeAttribute(typeof(AttributeGroup))]
public class MdmDataContractOfMemberTypeContextIdentifier : IExtensibleDataObject
[DataContractAttribute(Name = L"MdmDataContractOfMemberTypeContextIdentifier", 
    Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
[KnownTypeAttribute(typeof(MetadataAttribute))]
[KnownTypeAttribute(typeof(AttributeGroup))]
public ref class MdmDataContractOfMemberTypeContextIdentifier : IExtensibleDataObject
[<DataContractAttribute(Name = "MdmDataContractOfMemberTypeContextIdentifier", 
    Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
[<KnownTypeAttribute(typeof(MetadataAttribute))>]
[<KnownTypeAttribute(typeof(AttributeGroup))>]
type MdmDataContractOfMemberTypeContextIdentifier =  
    class
        interface IExtensibleDataObject
    end
public class MdmDataContractOfMemberTypeContextIdentifier implements IExtensibleDataObject

The MdmDataContractOfMemberTypeContextIdentifier type exposes the following members.

Constructors

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

Top

Properties

  Name Description
Public property AuditInfo Gets or sets an AuditInfo.
Public property ExtensionData Gets or sets an object that contains extra data.
Public property Identifier Gets or sets an ID.
Public property Permission Gets or sets a security permission.

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.