Condividi tramite


PropertyInterceptionContext<TValue> Costruttori

Definizione

Overload

PropertyInterceptionContext<TValue>()

Costruisce un nuovo PropertyInterceptionContext<TValue> oggetto senza stato.

PropertyInterceptionContext<TValue>(DbInterceptionContext)

Crea un nuovo PropertyInterceptionContext<TValue> copiando lo stato non modificabile dal contesto di intercettazione specificato. Vedere anche Clone()

PropertyInterceptionContext<TValue>()

Costruisce un nuovo PropertyInterceptionContext<TValue> oggetto senza stato.

public PropertyInterceptionContext ();
Public Sub New ()

Si applica a

PropertyInterceptionContext<TValue>(DbInterceptionContext)

Crea un nuovo PropertyInterceptionContext<TValue> copiando lo stato non modificabile dal contesto di intercettazione specificato. Vedere anche 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)

Parametri

copyFrom
DbInterceptionContext

Contesto da cui copiare lo stato.

Si applica a