Свойство | Type | Description | |
---|---|---|---|
DefaultFieldWidth | int | ||
FieldSeparator | string |
Свойство | Type | Description | |
---|---|---|---|
_cancelled | bool | ||
_fieldNames | string[] | ||
_format | string | ||
_iteration | int | ||
_progress | int | ||
_records | int | ||
_total | int | ||
_totalIterations | int | ||
_widths | int[] |
Méthode | Description | |
---|---|---|
End ( bool suppress ) : void | ||
EndProgress ( ) : void | ||
InitProgress ( string operation, int iterations, int total ) : void | ||
IterationComplete ( ) : bool | ||
SetHeader ( ) : void | ||
SetProgress ( int progress ) : bool | ||
Wrap ( ) : List |
Wraps record values according to the current column widths, and returns a List of lines, formatted to line up correctly in the fields.
|
|
WriteLine ( string format ) : void | ||
WriteRecord ( ) : void |
Méthode | Description | |
---|---|---|
CompletionPct ( ) : int |
public InitProgress ( string operation, int iterations, int total ) : void | ||
operation | string | |
iterations | int | |
total | int | |
Résultat | void |
public abstract WriteLine ( string format ) : void | ||
format | string | |
Résultat | void |