MdmDataContractOfModelContextIdentifier Class

Retrieves the contract of the model context ID.

Inheritance Hierarchy

System.Object
  Microsoft.MasterDataServices.MdmDataContractOfModelContextIdentifier
    Microsoft.MasterDataServices.DerivedHierarchy
    Microsoft.MasterDataServices.Entity
    Microsoft.MasterDataServices.Version
    Microsoft.MasterDataServices.VersionFlag

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

Syntax

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

The MdmDataContractOfModelContextIdentifier type exposes the following members.

Constructors

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

Top

Properties

  Name Description
Public property AuditInfo Gets or sets audit information.
Public property ExtensionData Gets or sets an object that contains extra data.
Public property Identifier Gets or sets the ID of the model context.
Public property Permission Gets or sets the 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.