Класс MdmDataContractOfIdentifier
Specifies the data contract for identifiers including helper types such as AuditInfo and Permission.
Иерархия наследования
System.Object
Microsoft.MasterDataServices.DataContractBase
Microsoft.MasterDataServices.MdmDataContractOfIdentifier
Microsoft.MasterDataServices.EntityMemberType
Microsoft.MasterDataServices.Model
Microsoft.MasterDataServices.SystemSetting
Пространство имен: Microsoft.MasterDataServices
Сборка: Microsoft.MasterDataServices (в Microsoft.MasterDataServices.dll)
Синтаксис
'Декларация
<DataContractAttribute(Name := "MdmDataContractOfIdentifier", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
<KnownTypeAttribute(GetType(Model))> _
<KnownTypeAttribute(GetType(SystemSetting))> _
<KnownTypeAttribute(GetType(EntityMemberType))> _
Public Class MdmDataContractOfIdentifier _
Inherits DataContractBase
'Применение
Dim instance As MdmDataContractOfIdentifier
[DataContractAttribute(Name = "MdmDataContractOfIdentifier", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
[KnownTypeAttribute(typeof(Model))]
[KnownTypeAttribute(typeof(SystemSetting))]
[KnownTypeAttribute(typeof(EntityMemberType))]
public class MdmDataContractOfIdentifier : DataContractBase
[DataContractAttribute(Name = L"MdmDataContractOfIdentifier", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
[KnownTypeAttribute(typeof(Model))]
[KnownTypeAttribute(typeof(SystemSetting))]
[KnownTypeAttribute(typeof(EntityMemberType))]
public ref class MdmDataContractOfIdentifier : public DataContractBase
[<DataContractAttribute(Name = "MdmDataContractOfIdentifier", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
[<KnownTypeAttribute(typeof(Model))>]
[<KnownTypeAttribute(typeof(SystemSetting))>]
[<KnownTypeAttribute(typeof(EntityMemberType))>]
type MdmDataContractOfIdentifier =
class
inherit DataContractBase
end
public class MdmDataContractOfIdentifier extends DataContractBase
Тип MdmDataContractOfIdentifier обеспечивает доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
![]() |
MdmDataContractOfIdentifier | Initializes a new instance of the MdmDataContractOfIdentifier class. |
В начало
Свойства
Имя | Описание | |
---|---|---|
![]() |
AuditInfo | Gets or sets auditing information. |
![]() |
ExtensionData | Gets or sets the structure that contains extra data. (Производный от DataContractBase.) |
![]() |
Identifier | Gets or sets the ID. |
![]() |
Permission | Gets or sets the security permission. |
В начало
Методы
Имя | Описание | |
---|---|---|
![]() |
Equals | (Производный от Object.) |
![]() |
Finalize | (Производный от Object.) |
![]() |
GetHashCode | (Производный от Object.) |
![]() |
GetType | (Производный от Object.) |
![]() |
MemberwiseClone | (Производный от Object.) |
![]() |
ToString | (Производный от Object.) |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.