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