EntityContextIdentifier Класс

Определение

Задаёт набор идентификаторов для объекта модели мастер-данных, существующего в контексте сущности.

public ref class EntityContextIdentifier : Microsoft::MasterDataServices::ModelContextIdentifier
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="EntityContextIdentifier", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
[System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.MemberTypeContextIdentifier))]
[System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.MemberAttributeIdentifier))]
public class EntityContextIdentifier : Microsoft.MasterDataServices.ModelContextIdentifier
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.Serialization.DataContract(Name="EntityContextIdentifier", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
[<System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.MemberTypeContextIdentifier))>]
[<System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.MemberAttributeIdentifier))>]
type EntityContextIdentifier = class
    inherit ModelContextIdentifier
Public Class EntityContextIdentifier
Inherits ModelContextIdentifier
Наследование
Производный
Атрибуты

Комментарии

EntityContextIdentifier включает идентификаторы для контекста объекта, включая родительскую сущность и модель. Примеры объектов с контекстом сущности — это экземпляры ExplicitHierarchy.

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

Имя Описание
EntityContextIdentifier()

Инициализирует новый экземпляр класса EntityContextIdentifier.

Свойства

Имя Описание
EntityId

Получает или устанавливает идентификатор родительской сущности объекта.

ExtensionData

Возвращает или задает структуру, содержащую дополнительные данные.

(Унаследовано от DataContractBase)
Id

Возвращает или задает идентификатор.

(Унаследовано от Identifier)
InternalId

Получает или устанавливает внутренний целочисленный идентификатор.

(Унаследовано от Identifier)
ModelId

Получает или устанавливает ID модели.

(Унаследовано от ModelContextIdentifier)
Name

Возвращает или задает имя.

(Унаследовано от Identifier)

Применяется к