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

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

공개 메소드들

메소드 설명
CheckAssembly ( AssemblyDefinition assembly ) : RuleResult
CheckMethod ( Mono.Cecil.MethodDefinition method ) : RuleResult
CheckType ( Mono.Cecil.TypeDefinition type ) : RuleResult

비공개 메소드들

메소드 설명
CamelCase ( string name ) : string
CheckNamespace ( string nspace ) : void
IndexOfFirstCorrectChar ( string s ) : int
IsCamelCase ( string name ) : bool
IsPascalCase ( string name ) : bool
PascalCase ( string name ) : string
ReportCasingError ( IMetadataTokenProvider metadata, string message ) : void

메소드 상세

CheckAssembly() 공개 메소드

public CheckAssembly ( AssemblyDefinition assembly ) : RuleResult
assembly Mono.Cecil.AssemblyDefinition
리턴 RuleResult

CheckMethod() 공개 메소드

public CheckMethod ( Mono.Cecil.MethodDefinition method ) : RuleResult
method Mono.Cecil.MethodDefinition
리턴 RuleResult

CheckType() 공개 메소드

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