C# Class Crayon.ControlDecoratorFactory

Inheritance: BaseFactory, IControlDecoratorFactory
Afficher le fichier Open project: jamilgeor/Crayon Class Usage Examples

Méthodes publiques

Méthode Description
Create ( Type type ) : List
Create ( object control ) : List
RegisterDecorator ( Type decoratorType, Assembly assembly ) : void

Private Methods

Méthode Description
CanDecorate ( Type type, Type decoratorType ) : bool
CreateDecoratorsForType ( Type type ) : List

Method Details

Create() public méthode

public Create ( Type type ) : List
type System.Type
Résultat List

Create() public méthode

public Create ( object control ) : List
control object
Résultat List

RegisterDecorator() public méthode

public RegisterDecorator ( Type decoratorType, Assembly assembly ) : void
decoratorType System.Type
assembly System.Reflection.Assembly
Résultat void