Freigeben über


PropertyInterceptionContext<TValue> Konstruktoren

Definition

Überlädt

PropertyInterceptionContext<TValue>()

Erstellt einen neuen PropertyInterceptionContext<TValue> ohne Zustand.

PropertyInterceptionContext<TValue>(DbInterceptionContext)

Erstellt einen neuen PropertyInterceptionContext<TValue> , indem der unveränderliche Zustand aus dem angegebenen Abhörkontext kopiert wird. Siehe auch Clone()

PropertyInterceptionContext<TValue>()

Erstellt einen neuen PropertyInterceptionContext<TValue> ohne Zustand.

public PropertyInterceptionContext ();
Public Sub New ()

Gilt für:

PropertyInterceptionContext<TValue>(DbInterceptionContext)

Erstellt einen neuen PropertyInterceptionContext<TValue> , indem der unveränderliche Zustand aus dem angegebenen Abhörkontext kopiert wird. Siehe auch 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)

Parameter

copyFrom
DbInterceptionContext

Der Kontext, aus dem der Zustand kopiert werden soll.

Gilt für: