C# 클래스 Rubberduck.Inspections.InspectionResultBase

상속: ICodeInspectionResult, INavigateSource
파일 보기 프로젝트 열기: retailcoder/Rubberduck

공개 메소드들

메소드 설명
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