C# Class FluentSpring.Context.Conventions.Support.TypeNameConvention

Inheritance: IConvention
Mostrar archivo Open project: thenapoleon/Fluent-API-for-Spring.Net

Public Methods

Method Description
ApplyConvention ( string identifierName, IConfigurableObjectDefinition objectDefinition ) : void
GetIdentifierForType ( Type objectType ) : string
IsApplicableToType ( Type objectType ) : bool
TypeNameConvention ( ) : System
TypeNameConvention ( string>.Func typeToNameConvention ) : System

Method Details

ApplyConvention() public method

public ApplyConvention ( string identifierName, IConfigurableObjectDefinition objectDefinition ) : void
identifierName string
objectDefinition IConfigurableObjectDefinition
return void

GetIdentifierForType() public method

public GetIdentifierForType ( Type objectType ) : string
objectType System.Type
return string

IsApplicableToType() public method

public IsApplicableToType ( Type objectType ) : bool
objectType System.Type
return bool

TypeNameConvention() public method

public TypeNameConvention ( ) : System
return System

TypeNameConvention() public method

public TypeNameConvention ( string>.Func typeToNameConvention ) : System
typeToNameConvention string>.Func
return System