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 | |
---|---|---|
MdmDataContractOfModelContextIdentifier | Initializes a new instance of the MdmDataContractOfModelContextIdentifier class. |
Top
Properties
Name | Description | |
---|---|---|
AuditInfo | Gets or sets audit information. | |
ExtensionData | Gets or sets the structure that contains extra data. (Inherited from DataContractBase.) | |
Identifier | Gets or sets the ID of the model context. | |
Permission | Gets or sets the security permission. |
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.