C# Класс Gendarme.Rules.Naming.UseCorrectSuffixRule

Наследование: Gendarme.Framework.Rule, ITypeRule
Показать файл Открыть проект

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

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