Udostępnij przez


PropertyInterceptionContext<TValue> Konstruktory

Definicja

Przeciążenia

PropertyInterceptionContext<TValue>()

Tworzy nowy PropertyInterceptionContext<TValue> bez stanu.

PropertyInterceptionContext<TValue>(DbInterceptionContext)

Tworzy nowy PropertyInterceptionContext<TValue> , kopiując stan niezmienny z danego kontekstu przechwytywania. Zobacz też Clone()

PropertyInterceptionContext<TValue>()

Tworzy nowy PropertyInterceptionContext<TValue> bez stanu.

public PropertyInterceptionContext();
Public Sub New ()

Dotyczy

PropertyInterceptionContext<TValue>(DbInterceptionContext)

Tworzy nowy PropertyInterceptionContext<TValue> , kopiując stan niezmienny z danego kontekstu przechwytywania. Zobacz też 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)

Parametry

copyFrom
DbInterceptionContext

Kontekst, z którego ma być kopiować stan.

Dotyczy