C# 클래스 FluentSpring.Context.Conventions.Support.TypeNameConvention

상속: IConvention
파일 보기 프로젝트 열기: thenapoleon/Fluent-API-for-Spring.Net

공개 메소드들

메소드 설명
ApplyConvention ( string identifierName, IConfigurableObjectDefinition objectDefinition ) : void
GetIdentifierForType ( Type objectType ) : string
IsApplicableToType ( Type objectType ) : bool
TypeNameConvention ( ) : System
TypeNameConvention ( string>.Func typeToNameConvention ) : System

메소드 상세

ApplyConvention() 공개 메소드

public ApplyConvention ( string identifierName, IConfigurableObjectDefinition objectDefinition ) : void
identifierName string
objectDefinition IConfigurableObjectDefinition
리턴 void

GetIdentifierForType() 공개 메소드

public GetIdentifierForType ( Type objectType ) : string
objectType System.Type
리턴 string

IsApplicableToType() 공개 메소드

public IsApplicableToType ( Type objectType ) : bool
objectType System.Type
리턴 bool

TypeNameConvention() 공개 메소드

public TypeNameConvention ( ) : System
리턴 System

TypeNameConvention() 공개 메소드

public TypeNameConvention ( string>.Func typeToNameConvention ) : System
typeToNameConvention string>.Func
리턴 System