Свойство | Тип | Описание | |
---|---|---|---|
CurrentError | int | ||
Errors | List |
Метод | Описание | |
---|---|---|
AddError ( string errorText, string errorTitle ) : void | ||
ErrorDialog ( TaskScheduler scheduler ) : System | ||
SetCurrentError ( int index ) : void |
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Метод | Описание | |
---|---|---|
ClearErrors_Click ( object sender, EventArgs e ) : void | ||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
NextError_Click ( object sender, EventArgs e ) : void | ||
PreviousError_Click ( object sender, EventArgs e ) : void |
public AddError ( string errorText, string errorTitle ) : void | ||
errorText | string | |
errorTitle | string | |
Результат | void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
Результат | void |
public ErrorDialog ( TaskScheduler scheduler ) : System | ||
scheduler | TaskScheduler | |
Результат | System |
public SetCurrentError ( int index ) : void | ||
index | int | |
Результат | void |