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

Inheritance: IConvention
Afficher le fichier Open project: thenapoleon/Fluent-API-for-Spring.Net

Méthodes publiques

Méthode 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 méthode

public ApplyConvention ( string identifierName, IConfigurableObjectDefinition objectDefinition ) : void
identifierName string
objectDefinition IConfigurableObjectDefinition
Résultat void

GetIdentifierForType() public méthode

public GetIdentifierForType ( Type objectType ) : string
objectType System.Type
Résultat string

IsApplicableToType() public méthode

public IsApplicableToType ( Type objectType ) : bool
objectType System.Type
Résultat bool

TypeNameConvention() public méthode

public TypeNameConvention ( ) : System
Résultat System

TypeNameConvention() public méthode

public TypeNameConvention ( string>.Func typeToNameConvention ) : System
typeToNameConvention string>.Func
Résultat System