Méthode | Description | |
---|---|---|
AddError ( string msg, bool checkForDuplicates = false ) : void |
Adds the error.
|
|
ClearErrors ( ) : void | ||
FetchErrors ( ) : IList |
Fetches the errors.
|
|
HasErrors ( ) : bool |
Determines whether this instance has errors.
|
|
MakeDataListReady ( bool AsXML = true ) : string |
Makes the error collection data list insert ready.
|
|
MakeDisplayReady ( ) : string |
Makes the error collection user ready.
|
|
MakeErrorResultFromDataListString ( string errorsString ) : |
Makes ErrorResultTO from a error string from the data list.
|
|
MakeUserReady ( ) : string |
Makes the error collection user ready.
|
|
MergeErrors ( |
Merges the errors.
|
|
MergeErrors ( IErrorResultTO toMerge ) : void |
Merges the errors.
|
|
RemoveError ( string msg ) : void |
Remove the error from the list
|
Méthode | Description | |
---|---|---|
FormatErrorMessage ( string s ) : string |
public AddError ( string msg, bool checkForDuplicates = false ) : void | ||
msg | string | The MSG. |
checkForDuplicates | bool | |
Résultat | void |
public MakeDataListReady ( bool AsXML = true ) : string | ||
AsXML | bool | |
Résultat | string |
public static MakeErrorResultFromDataListString ( string errorsString ) : |
||
errorsString | string | Error string to convert |
Résultat |
public MergeErrors ( |
||
toMerge | To merge. | |
Résultat | void |
public MergeErrors ( IErrorResultTO toMerge ) : void | ||
toMerge | IErrorResultTO | To merge. |
Résultat | void |