C# 클래스 Arnolyzer.Analyzers.AnalyzerDetails

파일 보기 프로젝트 열기: DavidArno/Arnolyzer 1 사용 예제들

공개 메소드들

메소드 설명
AnalyzerDetails ( string className, AnalyzerCategoryDetails category, DefaultState defaultState, DiagnosticSeverity severity, string titleResourceName, string descriptionResourceName, string messageFormatResourceName, IList suppressionAttributes ) : System
GetDiagnosticDescriptor ( ) : Microsoft.CodeAnalysis.DiagnosticDescriptor

비공개 메소드들

메소드 설명
DecomposeDetailsFromClassName ( string className ) : Tuple
DeriveCodeFromClassName ( string className ) : string
DeriveNiceNameFromClassName ( string className ) : string

메소드 상세

AnalyzerDetails() 공개 메소드

public AnalyzerDetails ( string className, AnalyzerCategoryDetails category, DefaultState defaultState, DiagnosticSeverity severity, string titleResourceName, string descriptionResourceName, string messageFormatResourceName, IList suppressionAttributes ) : System
className string
category AnalyzerCategoryDetails
defaultState DefaultState
severity DiagnosticSeverity
titleResourceName string
descriptionResourceName string
messageFormatResourceName string
suppressionAttributes IList
리턴 System

GetDiagnosticDescriptor() 공개 메소드

public GetDiagnosticDescriptor ( ) : Microsoft.CodeAnalysis.DiagnosticDescriptor
리턴 Microsoft.CodeAnalysis.DiagnosticDescriptor