Clase MdmDataContractOfIdentifier
Specifies the data contract for identifiers including helper types such as AuditInfo and Permission.
Jerarquía de herencia
System. . :: . .Object
Microsoft.MasterDataServices..::..MdmDataContractOfIdentifier
Microsoft.MasterDataServices. . :: . .EntityMemberType
Microsoft.MasterDataServices. . :: . .Model
Microsoft.MasterDataServices. . :: . .SystemSetting
Espacio de nombres: Microsoft.MasterDataServices
Ensamblado: Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)
Sintaxis
'Declaración
<KnownTypeAttribute(GetType(EntityMemberType))> _
<DataContractAttribute(Name := "MdmDataContractOfIdentifier", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
<KnownTypeAttribute(GetType(Model))> _
<KnownTypeAttribute(GetType(SystemSetting))> _
Public Class MdmDataContractOfIdentifier _
Implements IExtensibleDataObject
'Uso
Dim instance As MdmDataContractOfIdentifier
[KnownTypeAttribute(typeof(EntityMemberType))]
[DataContractAttribute(Name = "MdmDataContractOfIdentifier", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
[KnownTypeAttribute(typeof(Model))]
[KnownTypeAttribute(typeof(SystemSetting))]
public class MdmDataContractOfIdentifier : IExtensibleDataObject
[KnownTypeAttribute(typeof(EntityMemberType))]
[DataContractAttribute(Name = L"MdmDataContractOfIdentifier", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
[KnownTypeAttribute(typeof(Model))]
[KnownTypeAttribute(typeof(SystemSetting))]
public ref class MdmDataContractOfIdentifier : IExtensibleDataObject
[<KnownTypeAttribute(typeof(EntityMemberType))>]
[<DataContractAttribute(Name = "MdmDataContractOfIdentifier", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
[<KnownTypeAttribute(typeof(Model))>]
[<KnownTypeAttribute(typeof(SystemSetting))>]
type MdmDataContractOfIdentifier =
class
interface IExtensibleDataObject
end
public class MdmDataContractOfIdentifier implements IExtensibleDataObject
El tipo MdmDataContractOfIdentifier expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
MdmDataContractOfIdentifier | Initializes a new instance of the MdmDataContractOfIdentifier class. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
AuditInfo | Gets or sets auditing information. | |
ExtensionData | Gets or sets an object that contains extra data. | |
Identifier | Gets or sets the ID. | |
Permission | Gets or sets the security permission. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
MemberwiseClone | (Se hereda de Object.) | |
ToString | (Se hereda de Object.) |
Arriba
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.