MdmDataContractOfEntityContextIdentifier Class
Specifies a data contract for EntityContextIdentifier.
Inheritance Hierarchy
System.Object
Microsoft.MasterDataServices.DataContractBase
Microsoft.MasterDataServices.MdmDataContractOfEntityContextIdentifier
Microsoft.MasterDataServices.ExplicitHierarchy
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataContractAttribute(Name := "MdmDataContractOfEntityContextIdentifier", _
Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
<KnownTypeAttribute(GetType(ExplicitHierarchy))> _
Public Class MdmDataContractOfEntityContextIdentifier _
Inherits DataContractBase
'Usage
Dim instance As MdmDataContractOfEntityContextIdentifier
[DataContractAttribute(Name = "MdmDataContractOfEntityContextIdentifier",
Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
[KnownTypeAttribute(typeof(ExplicitHierarchy))]
public class MdmDataContractOfEntityContextIdentifier : DataContractBase
[DataContractAttribute(Name = L"MdmDataContractOfEntityContextIdentifier",
Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
[KnownTypeAttribute(typeof(ExplicitHierarchy))]
public ref class MdmDataContractOfEntityContextIdentifier : public DataContractBase
[<DataContractAttribute(Name = "MdmDataContractOfEntityContextIdentifier",
Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
[<KnownTypeAttribute(typeof(ExplicitHierarchy))>]
type MdmDataContractOfEntityContextIdentifier =
class
inherit DataContractBase
end
public class MdmDataContractOfEntityContextIdentifier extends DataContractBase
The MdmDataContractOfEntityContextIdentifier type exposes the following members.
Constructors
Name | Description | |
---|---|---|
MdmDataContractOfEntityContextIdentifier | Initializes a new instance of the MdmDataContractOfEntityContextIdentifier class. |
Top
Properties
Name | Description | |
---|---|---|
AuditInfo | Gets or sets an audit inro. | |
ExtensionData | Gets or sets the structure that contains extra data. (Inherited from DataContractBase.) | |
Identifier | Gets or sets an ID of the MDM entity context ID. | |
Permission | Gets or sets the permission type of the MDM data contract. |
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.