C# 클래스 Habanero.Naked.UIGridCreator

파일 보기 프로젝트 열기: Chillisoft/habanero.smooth 1 사용 예제들

공개 메소드들

메소드 설명
CreateUIGrid ( IClassDef classDef ) : IUIGrid
GetUIGridColumn ( IPropDef propDef ) : IUIGridColumn
UIGridCreator ( IDefClassFactory factory ) : System

비공개 메소드들

메소드 설명
GetCheckBoxControlType ( ) : UIControlType
GetComboBoxControlType ( ) : UIControlType
GetControlType ( IPropDef propDef ) : UIControlType
GetControlType ( string assemblyName, string formFieldTypeName ) : UIControlType
GetDateTimeControlType ( ) : UIControlType
GetTextBoxControlType ( ) : UIControlType

메소드 상세

CreateUIGrid() 공개 메소드

public CreateUIGrid ( IClassDef classDef ) : IUIGrid
classDef IClassDef
리턴 IUIGrid

GetUIGridColumn() 공개 메소드

public GetUIGridColumn ( IPropDef propDef ) : IUIGridColumn
propDef IPropDef
리턴 IUIGridColumn

UIGridCreator() 공개 메소드

public UIGridCreator ( IDefClassFactory factory ) : System
factory IDefClassFactory
리턴 System