Поделиться через


Класс Entity

Specifies a container for members and their attribute values and explicit hierarchies.

Иерархия наследования

System.Object
  Microsoft.MasterDataServices.DataContractBase
    Microsoft.MasterDataServices.MdmDataContractOfModelContextIdentifier
      Microsoft.MasterDataServices.Entity

Пространство имен:  Microsoft.MasterDataServices
Сборка:  Microsoft.MasterDataServices (в Microsoft.MasterDataServices.dll)

Синтаксис

'Декларация
<DataContractAttribute(Name := "Entity", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class Entity _
    Inherits MdmDataContractOfModelContextIdentifier
'Применение
Dim instance As Entity
[DataContractAttribute(Name = "Entity", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class Entity : MdmDataContractOfModelContextIdentifier
[DataContractAttribute(Name = L"Entity", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class Entity : public MdmDataContractOfModelContextIdentifier
[<DataContractAttribute(Name = "Entity", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type Entity =  
    class
        inherit MdmDataContractOfModelContextIdentifier
    end
public class Entity extends MdmDataContractOfModelContextIdentifier

Тип Entity обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод Entity Initializes a new instance of the Entity class.

В начало

Свойства

  Имя Описание
Открытое свойство AuditInfo Gets or sets audit information. (Производный от MdmDataContractOfModelContextIdentifier.)
Открытое свойство CodeGenerationSeed Gets or sets the seed of a code generation.
Открытое свойство ExplicitHierarchies Gets or sets an object containing extra data.
Открытое свойство ExtensionData Gets or sets the structure that contains extra data. (Производный от DataContractBase.)
Открытое свойство Identifier Gets or sets the ID of the model context. (Производный от MdmDataContractOfModelContextIdentifier.)
Открытое свойство IsBase Gets or sets a value that indicates whether the entity shows on model explorer initial screen as the main entity.
Открытое свойство IsCodeGenerationEnabled Gets or sets a value that indicates whether the code generation is enabled.
Открытое свойство IsFlat Gets or sets a value that indicates whether the entity supports explicit hierarchies.
Открытое свойство IsSystem Gets or sets a value that indicates whether the entity was created by the MDS system. System entities cannot be deleted.
Открытое свойство MemberTypes Gets or sets an array of entity member types.
Открытое свойство Permission Gets or sets the security permission. (Производный от MdmDataContractOfModelContextIdentifier.)
Открытое свойство StagingName Gets or sets the staging name for Entity.

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.MasterDataServices