Property | Type | Description | |
---|---|---|---|
Log | NLog.Logger |
Method | Description | |
---|---|---|
Create ( object parameters ) : |
Create a Command Object
|
|
Dispose ( ) : void | ||
Execute ( |
Execute the Command
|
|
PostProcess ( ) : bool |
Post Process after command execution
|
|
PreProcess ( |
Do Preprocessing of the Tracks
|
public static Create ( object parameters ) : |
||
parameters | object | |
return |
public Execute ( |
||
track | ||
rowIndex | int | |
return | bool |
public PreProcess ( |
||
track | ||
return | bool |