C# Class Crayon.ControlDecoratorFactory

Inheritance: BaseFactory, IControlDecoratorFactory
显示文件 Open project: jamilgeor/Crayon Class Usage Examples

Public Methods

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

Private Methods

Method Description
CanDecorate ( Type type, Type decoratorType ) : bool
CreateDecoratorsForType ( Type type ) : List

Method Details

Create() public method

public Create ( Type type ) : List
type System.Type
return List

Create() public method

public Create ( object control ) : List
control object
return List

RegisterDecorator() public method

public RegisterDecorator ( Type decoratorType, Assembly assembly ) : void
decoratorType System.Type
assembly System.Reflection.Assembly
return void