C# Class CQRSalad.EventSourcing.ValueInjection.ConventionInjection

Afficher le fichier Open project: Ontropix/CQRSalad

Méthodes publiques

Méthode Description
Inject ( object source, object target ) : void

Méthodes protégées

Méthode Description
Match ( ConventionInfo c ) : bool
SetValue ( ConventionInfo convention ) : object

Method Details

Inject() public méthode

public Inject ( object source, object target ) : void
source object
target object
Résultat void

Match() protected abstract méthode

protected abstract Match ( ConventionInfo c ) : bool
c ConventionInfo
Résultat bool

SetValue() protected méthode

protected SetValue ( ConventionInfo convention ) : object
convention ConventionInfo
Résultat object