C# 클래스 Gendarme.Rules.Naming.UseCorrectSuffixRule

상속: Gendarme.Framework.Rule, ITypeRule
파일 보기 프로젝트 열기: remobjects/mono-tools

공개 메소드들

메소드 설명
CheckType ( Mono.Cecil.TypeDefinition type ) : RuleResult

비공개 메소드들

메소드 설명
Add ( string suffix, string nameSpace, string name, bool reserved ) : void
CheckCollection ( TypeReference type ) : string
CheckDictionary ( TypeReference type ) : string
CheckEventHandler ( TypeReference type ) : string
ComposeMessage ( List candidates ) : string
HasRequiredSuffix ( Mono.Cecil.TypeDefinition type, List suffixes, bool &currentTypeSuffix ) : bool
HasSuffix ( string typeName, string suffix ) : bool
InheritsOrImplements ( TypeReference type, string nameSpace, string name ) : string
TryGetCandidates ( TypeReference type, HashSet &candidates ) : bool
UseCorrectSuffixRule ( ) : System

메소드 상세

CheckType() 공개 메소드

public CheckType ( Mono.Cecil.TypeDefinition type ) : RuleResult
type Mono.Cecil.TypeDefinition
리턴 RuleResult