C# Class Rubberduck.Inspections.InspectionResultBase

Inheritance: ICodeInspectionResult, INavigateSource
ファイルを表示 Open project: retailcoder/Rubberduck

Public Methods

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

Protected Methods

Method 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 method

public CompareTo ( ICodeInspectionResult other ) : int
other ICodeInspectionResult
return int

CompareTo() public method

public CompareTo ( object obj ) : int
obj object
return int

GetNavigationArgs() public method

public GetNavigationArgs ( ) : NavigateCodeEventArgs
return Rubberduck.UI.NavigateCodeEventArgs

InspectionResultBase() protected method

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

InspectionResultBase() protected method

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

InspectionResultBase() protected method

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
return System.Collections.Generic

InspectionResultBase() protected method

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
return System.Collections.Generic

ToArray() public method

public ToArray ( ) : object[]
return object[]

ToCsvString() public method

public ToCsvString ( ) : string
return string

ToString() public method

public ToString ( ) : string
return string