C# Class PKStudio.Helpers.ErrorsAndWarningsList

Afficher le fichier Open project: AlexandrSurkov/PKStudio Class Usage Examples

Méthodes publiques

Méthode Description
AddError ( WEMessage error ) : bool
AddWarning ( WEMessage warning ) : bool
ClearAll ( ) : void
GetErrors ( ) : PKStudio.Helpers.WEMessage[]
GetWarnings ( ) : PKStudio.Helpers.WEMessage[]

Method Details

AddError() public méthode

public AddError ( WEMessage error ) : bool
error WEMessage
Résultat bool

AddWarning() public méthode

public AddWarning ( WEMessage warning ) : bool
warning WEMessage
Résultat bool

ClearAll() public méthode

public ClearAll ( ) : void
Résultat void

GetErrors() public méthode

public GetErrors ( ) : PKStudio.Helpers.WEMessage[]
Résultat PKStudio.Helpers.WEMessage[]

GetWarnings() public méthode

public GetWarnings ( ) : PKStudio.Helpers.WEMessage[]
Résultat PKStudio.Helpers.WEMessage[]