C# Class Rubberduck.Inspections.InspectionResultBase

Inheritance: ICodeInspectionResult, INavigateSource
Afficher le fichier Open project: retailcoder/Rubberduck

Méthodes publiques

Méthode Description
CompareTo ( ICodeInspectionResult other ) : int
CompareTo ( object obj ) : int
GetNavigationArgs ( ) : NavigateCodeEventArgs
ToArray ( ) : object[]
ToCsvString ( ) : string
ToString ( ) : string

Méthodes protégées

Méthode Description
InspectionResultBase ( IInspection inspection, CommentNode comment ) : System.Collections.Generic

Creates a comment inspection result.

InspectionResultBase ( IInspection inspection, Rubberduck.Parsing.Symbols.Declaration target ) : System.Collections.Generic
InspectionResultBase ( IInspection inspection, QualifiedModuleName qualifiedName, ParserRuleContext context, CommentNode comment = null ) : System.Collections.Generic

Creates an inspection result.

InspectionResultBase ( IInspection inspection, QualifiedModuleName qualifiedName, ParserRuleContext context, Rubberduck.Parsing.Symbols.Declaration declaration, CommentNode comment = null ) : System.Collections.Generic

Creates an inspection result.

Method Details

CompareTo() public méthode

public CompareTo ( ICodeInspectionResult other ) : int
other ICodeInspectionResult
Résultat int

CompareTo() public méthode

public CompareTo ( object obj ) : int
obj object
Résultat int

GetNavigationArgs() public méthode

public GetNavigationArgs ( ) : NavigateCodeEventArgs
Résultat Rubberduck.UI.NavigateCodeEventArgs

InspectionResultBase() protected méthode

Creates a comment inspection result.
protected InspectionResultBase ( IInspection inspection, CommentNode comment ) : System.Collections.Generic
inspection IInspection
comment Rubberduck.Parsing.Nodes.CommentNode
Résultat System.Collections.Generic

InspectionResultBase() protected méthode

protected InspectionResultBase ( IInspection inspection, Rubberduck.Parsing.Symbols.Declaration target ) : System.Collections.Generic
inspection IInspection
target Rubberduck.Parsing.Symbols.Declaration
Résultat System.Collections.Generic

InspectionResultBase() protected méthode

Creates an inspection result.
protected InspectionResultBase ( IInspection inspection, QualifiedModuleName qualifiedName, ParserRuleContext context, CommentNode comment = null ) : System.Collections.Generic
inspection IInspection
qualifiedName Rubberduck.VBEditor.QualifiedModuleName
context ParserRuleContext
comment Rubberduck.Parsing.Nodes.CommentNode
Résultat System.Collections.Generic

InspectionResultBase() protected méthode

Creates an inspection result.
protected InspectionResultBase ( IInspection inspection, QualifiedModuleName qualifiedName, ParserRuleContext context, Rubberduck.Parsing.Symbols.Declaration declaration, CommentNode comment = null ) : System.Collections.Generic
inspection IInspection
qualifiedName Rubberduck.VBEditor.QualifiedModuleName
context ParserRuleContext
declaration Rubberduck.Parsing.Symbols.Declaration
comment Rubberduck.Parsing.Nodes.CommentNode
Résultat System.Collections.Generic

ToArray() public méthode

public ToArray ( ) : object[]
Résultat object[]

ToCsvString() public méthode

public ToCsvString ( ) : string
Résultat string

ToString() public méthode

public ToString ( ) : string
Résultat string