C# Class PKStudio.Helpers.ErrorsAndWarningsList

Mostra file Open project: AlexandrSurkov/PKStudio Class Usage Examples

Public Methods

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

Method Details

AddError() public method

public AddError ( WEMessage error ) : bool
error WEMessage
return bool

AddWarning() public method

public AddWarning ( WEMessage warning ) : bool
warning WEMessage
return bool

ClearAll() public method

public ClearAll ( ) : void
return void

GetErrors() public method

public GetErrors ( ) : PKStudio.Helpers.WEMessage[]
return PKStudio.Helpers.WEMessage[]

GetWarnings() public method

public GetWarnings ( ) : PKStudio.Helpers.WEMessage[]
return PKStudio.Helpers.WEMessage[]