C# Class Sample.Server.EventAggregator.EventAggregatorInterceptor

Inheritance: TypeInterceptor
Afficher le fichier Open project: thedersen/DDDCourse

Méthodes publiques

Méthode Description
MatchesType ( Type type ) : bool
Process ( object target, IContext context ) : object

Method Details

MatchesType() public méthode

public MatchesType ( Type type ) : bool
type System.Type
Résultat bool

Process() public méthode

public Process ( object target, IContext context ) : object
target object
context IContext
Résultat object