C# Класс System.Data.Entity.EntityDescriptorContext

Entity descriptor context.
Наследование: ITypeDescriptorContext
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
EntityDescriptorContext ( IEntityContextBuilder builder ) : System

Initialize entity descriptor context.

GetService ( Type serviceType ) : object

Get entity context.

OnComponentChanged ( ) : void

Call when context changed.

OnComponentChanging ( ) : bool

Call when context changing.

Описание методов

EntityDescriptorContext() публичный Метод

Initialize entity descriptor context.
public EntityDescriptorContext ( IEntityContextBuilder builder ) : System
builder IEntityContextBuilder Entity context builder.
Результат System

GetService() публичный Метод

Get entity context.
public GetService ( Type serviceType ) : object
serviceType System.Type Type of entity.
Результат object

OnComponentChanged() публичный Метод

Call when context changed.
public OnComponentChanged ( ) : void
Результат void

OnComponentChanging() публичный Метод

Call when context changing.
public OnComponentChanging ( ) : bool
Результат bool