C# 클래스 Crayon.ControlDecoratorFactory

상속: BaseFactory, IControlDecoratorFactory
파일 보기 프로젝트 열기: jamilgeor/Crayon 1 사용 예제들

공개 메소드들

메소드 설명
Create ( Type type ) : List
Create ( object control ) : List
RegisterDecorator ( Type decoratorType, Assembly assembly ) : void

비공개 메소드들

메소드 설명
CanDecorate ( Type type, Type decoratorType ) : bool
CreateDecoratorsForType ( Type type ) : List

메소드 상세

Create() 공개 메소드

public Create ( Type type ) : List
type System.Type
리턴 List

Create() 공개 메소드

public Create ( object control ) : List
control object
리턴 List

RegisterDecorator() 공개 메소드

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