Method | Description | |
---|---|---|
ExecuteOn ( string aggregateRootType, string command ) : System.Threading.Tasks.Task | ||
ExecuteOnNew ( string aggregateRootType, string command ) : System.Threading.Tasks.Task |
Method | Description | |
---|---|---|
Deserialize ( string command ) : |
||
LoadAggregateRoot ( string fullTypeName ) : AggregateRoot | ||
SaveAndDispatchEvents ( AggregateRoot root ) : System.Threading.Tasks.Task |
public ExecuteOn ( string aggregateRootType, string command ) : System.Threading.Tasks.Task | ||
aggregateRootType | string | |
command | string | |
return | System.Threading.Tasks.Task |
public ExecuteOnNew ( string aggregateRootType, string command ) : System.Threading.Tasks.Task | ||
aggregateRootType | string | |
command | string | |
return | System.Threading.Tasks.Task |