Partilhar via


PropertyInterceptionContext<TValue> Construtores

Definição

Sobrecargas

PropertyInterceptionContext<TValue>()

Constrói um novo PropertyInterceptionContext<TValue> sem estado.

PropertyInterceptionContext<TValue>(DbInterceptionContext)

Cria um novo PropertyInterceptionContext<TValue> copiando o estado imutável do contexto de interceptação fornecido. Confira também Clone()

PropertyInterceptionContext<TValue>()

Constrói um novo PropertyInterceptionContext<TValue> sem estado.

public PropertyInterceptionContext ();
Public Sub New ()

Aplica-se a

PropertyInterceptionContext<TValue>(DbInterceptionContext)

Cria um novo PropertyInterceptionContext<TValue> copiando o estado imutável do contexto de interceptação fornecido. Confira também 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

O contexto do qual copiar o estado.

Aplica-se a