Compartir a través de


PropertyInterceptionContext<TValue> Constructores

Definición

Sobrecargas

PropertyInterceptionContext<TValue>()

Construye un nuevo PropertyInterceptionContext<TValue> sin estado.

PropertyInterceptionContext<TValue>(DbInterceptionContext)

Crea un nuevo PropertyInterceptionContext<TValue> mediante la copia de un estado inmutable desde el contexto de interceptación especificado. Consulte también Clone()

PropertyInterceptionContext<TValue>()

Construye un nuevo PropertyInterceptionContext<TValue> sin estado.

public PropertyInterceptionContext();
Public Sub New ()

Se aplica a

PropertyInterceptionContext<TValue>(DbInterceptionContext)

Crea un nuevo PropertyInterceptionContext<TValue> mediante la copia de un estado inmutable desde el contexto de interceptación especificado. Consulte también 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)

Parámetros

copyFrom
DbInterceptionContext

Contexto desde el que se va a copiar el estado.

Se aplica a