C# Class CQRSalad.EventSourcing.ValueInjection.ConventionInjection

Datei anzeigen Open project: Ontropix/CQRSalad

Public Methods

Method Description
Inject ( object source, object target ) : void

Protected Methods

Method Description
Match ( ConventionInfo c ) : bool
SetValue ( ConventionInfo convention ) : object

Method Details

Inject() public method

public Inject ( object source, object target ) : void
source object
target object
return void

Match() protected abstract method

protected abstract Match ( ConventionInfo c ) : bool
c ConventionInfo
return bool

SetValue() protected method

protected SetValue ( ConventionInfo convention ) : object
convention ConventionInfo
return object