C# Класс Rubberduck.Inspections.InspectionResultBase

Наследование: ICodeInspectionResult, INavigateSource
Показать файл Открыть проект

Открытые методы

Метод Описание
CompareTo ( ICodeInspectionResult other ) : int
CompareTo ( object obj ) : int
GetNavigationArgs ( ) : NavigateCodeEventArgs
ToArray ( ) : object[]
ToCsvString ( ) : string
ToString ( ) : string

Защищенные методы

Метод Описание
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.

Описание методов

CompareTo() публичный Метод

public CompareTo ( ICodeInspectionResult other ) : int
other ICodeInspectionResult
Результат int

CompareTo() публичный Метод

public CompareTo ( object obj ) : int
obj object
Результат int

GetNavigationArgs() публичный Метод

public GetNavigationArgs ( ) : NavigateCodeEventArgs
Результат Rubberduck.UI.NavigateCodeEventArgs

InspectionResultBase() защищенный Метод

Creates a comment inspection result.
protected InspectionResultBase ( IInspection inspection, CommentNode comment ) : System.Collections.Generic
inspection IInspection
comment Rubberduck.Parsing.Nodes.CommentNode
Результат System.Collections.Generic

InspectionResultBase() защищенный Метод

protected InspectionResultBase ( IInspection inspection, Rubberduck.Parsing.Symbols.Declaration target ) : System.Collections.Generic
inspection IInspection
target Rubberduck.Parsing.Symbols.Declaration
Результат System.Collections.Generic

InspectionResultBase() защищенный Метод

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
Результат System.Collections.Generic

InspectionResultBase() защищенный Метод

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
Результат System.Collections.Generic

ToArray() публичный Метод

public ToArray ( ) : object[]
Результат object[]

ToCsvString() публичный Метод

public ToCsvString ( ) : string
Результат string

ToString() публичный Метод

public ToString ( ) : string
Результат string