Partilhar via


IResolver Interface

Definição

Permitir a resolução de valores com base no tipo e, opcionalmente, etiquetar.

public interface IResolver
type IResolver = interface
Public Interface IResolver
Derivado

Observações

A etiqueta deve ser restritiva para os serviços registados com essa etiqueta.

Métodos

TryResolve(Type, Object, Object)

Permitir a resolução de valores com base no tipo e, opcionalmente, etiquetar.

Métodos da Extensão

CanResolve(IResolver, Type, Object)

Permitir a resolução de valores com base no tipo e, opcionalmente, etiquetar.

Resolve(IResolver, Type, Object)

Permitir a resolução de valores com base no tipo e, opcionalmente, etiquetar.

TryResolve<T>(IResolver, Object, T)

Permitir a resolução de valores com base no tipo e, opcionalmente, etiquetar.

Aplica-se a