Partager via


PropertyInterceptionContext<TValue> Constructeurs

Définition

Surcharges

PropertyInterceptionContext<TValue>()

Construit un nouveau PropertyInterceptionContext<TValue> sans état.

PropertyInterceptionContext<TValue>(DbInterceptionContext)

Crée un nouveau PropertyInterceptionContext<TValue> en copiant l’état immuable à partir du contexte d’interception donné. Voir également Clone()

PropertyInterceptionContext<TValue>()

Construit un nouveau PropertyInterceptionContext<TValue> sans état.

public PropertyInterceptionContext ();
Public Sub New ()

S’applique à

PropertyInterceptionContext<TValue>(DbInterceptionContext)

Crée un nouveau PropertyInterceptionContext<TValue> en copiant l’état immuable à partir du contexte d’interception donné. Voir également 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)

Paramètres

copyFrom
DbInterceptionContext

Contexte à partir duquel copier l’état.

S’applique à