MdmDataContractOfModelContextIdentifier Class

Retrieves the contract of the model context ID.

Inheritance Hierarchy

System.Object
  Microsoft.MasterDataServices.DataContractBase
    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(DerivedHierarchy))> _
<DataContractAttribute(Name := "MdmDataContractOfModelContextIdentifier",  _
    Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
<KnownTypeAttribute(GetType(Entity))> _
<KnownTypeAttribute(GetType(VersionFlag))> _
<KnownTypeAttribute(GetType(Version))> _
Public Class MdmDataContractOfModelContextIdentifier _
    Inherits DataContractBase
'Usage
Dim instance As MdmDataContractOfModelContextIdentifier
[KnownTypeAttribute(typeof(DerivedHierarchy))]
[DataContractAttribute(Name = "MdmDataContractOfModelContextIdentifier", 
    Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
[KnownTypeAttribute(typeof(Entity))]
[KnownTypeAttribute(typeof(VersionFlag))]
[KnownTypeAttribute(typeof(Version))]
public class MdmDataContractOfModelContextIdentifier : DataContractBase
[KnownTypeAttribute(typeof(DerivedHierarchy))]
[DataContractAttribute(Name = L"MdmDataContractOfModelContextIdentifier", 
    Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
[KnownTypeAttribute(typeof(Entity))]
[KnownTypeAttribute(typeof(VersionFlag))]
[KnownTypeAttribute(typeof(Version))]
public ref class MdmDataContractOfModelContextIdentifier : public DataContractBase
[<KnownTypeAttribute(typeof(DerivedHierarchy))>]
[<DataContractAttribute(Name = "MdmDataContractOfModelContextIdentifier", 
    Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
[<KnownTypeAttribute(typeof(Entity))>]
[<KnownTypeAttribute(typeof(VersionFlag))>]
[<KnownTypeAttribute(typeof(Version))>]
type MdmDataContractOfModelContextIdentifier =  
    class
        inherit DataContractBase
    end
public class MdmDataContractOfModelContextIdentifier extends DataContractBase

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 the structure that contains extra data. (Inherited from DataContractBase.)
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.

See Also

Reference

Microsoft.MasterDataServices Namespace