C# Class Qupid.ErrorManager

Afficher le fichier Open project: hudl/qupid

Méthodes publiques

Méthode Description
Add ( QueryError error ) : void
AddError ( string message, int line = -1, int character = -1 ) : void
AddWarning ( string message, int line = -1, int character = -1 ) : void
CanExecute ( ) : bool

Returns true if there are any issues with Error severity

GetErrors ( ) : IEnumerable
HasAnyIssues ( ) : bool

Method Details

Add() public méthode

public Add ( QueryError error ) : void
error Qupid.Compile.QueryError
Résultat void

AddError() public méthode

public AddError ( string message, int line = -1, int character = -1 ) : void
message string
line int
character int
Résultat void

AddWarning() public méthode

public AddWarning ( string message, int line = -1, int character = -1 ) : void
message string
line int
character int
Résultat void

CanExecute() public méthode

Returns true if there are any issues with Error severity
public CanExecute ( ) : bool
Résultat bool

GetErrors() public méthode

public GetErrors ( ) : IEnumerable
Résultat IEnumerable

HasAnyIssues() public méthode

public HasAnyIssues ( ) : bool
Résultat bool