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


PropertyInterceptionContext<TValue> Конструкторы

Определение

Перегрузки

PropertyInterceptionContext<TValue>()

Создает новый PropertyInterceptionContext<TValue> объект без состояния.

PropertyInterceptionContext<TValue>(DbInterceptionContext)

Создает новый PropertyInterceptionContext<TValue> объект путем копирования неизменяемого состояния из заданного контекста перехвата. Также см. раздел Clone()

PropertyInterceptionContext<TValue>()

Создает новый PropertyInterceptionContext<TValue> объект без состояния.

public PropertyInterceptionContext ();
Public Sub New ()

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

PropertyInterceptionContext<TValue>(DbInterceptionContext)

Создает новый PropertyInterceptionContext<TValue> объект путем копирования неизменяемого состояния из заданного контекста перехвата. Также см. раздел Clone()

public PropertyInterceptionContext (System.Data.Entity.Infrastructure.Interception.DbInterceptionContext copyFrom);
new System.Data.Entity.Infrastructure.Interception.PropertyInterceptionContext<'Value> : System.Data.Entity.Infrastructure.Interception.DbInterceptionContext -> System.Data.Entity.Infrastructure.Interception.PropertyInterceptionContext<'Value>
Public Sub New (copyFrom As DbInterceptionContext)

Параметры

copyFrom
DbInterceptionContext

Контекст, из которого копируются состояния.

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