C# 클래스 greenapple.view.ClassGenerateView

파일 보기 프로젝트 열기: mistaguy/greenapple

공개 메소드들

메소드 설명
createCustomeControlView ( string projectName, List lctc ) : void
createCustomeControlViewResume ( string projectName, List lctc, int numCompletedTables ) : void
createCustomeControlViewTable ( string projectName, List lctc, string tableName ) : void

비공개 메소드들

메소드 설명
createFormCustomeControlView ( string projectName, string tableName ) : void
createFormCustomeControlViewListview ( string projectName, string tableName ) : void
create_i_attribute ( string control, string dataType ) : string
generateCustomConrolDesigner ( string projectName, string tableName, List lctc ) : void
generateCustomcontrolListviewClass ( string tableName, string projectName ) : void
generateCustomcontrolListviewDesigner ( string tableName, string projectName, List mycontrols ) : void
generateCustomeControlClass ( string tableName, string projectName ) : void
generateCustomeControlFormClass ( string projectName, string tableName ) : void
generateCustomeControlFormClassListview ( string projectName, string tableName ) : void
generateCustomeControlFormDesigner ( string projectName, string tableName ) : void
generateCustomeControlFormDesignerListview ( string projectName, string tableName ) : void
generateCustomeControlFormResx ( string projectName, string tableName ) : void
generateCustomeControlFormResxListview ( string projectName, string tableName ) : void
genertateCustomcontrolListviewResx ( string tableName, string projectName ) : void
genertateCustomeControlResx ( string tableName, string projectName ) : void

메소드 상세

createCustomeControlView() 공개 메소드

public createCustomeControlView ( string projectName, List lctc ) : void
projectName string
lctc List
리턴 void

createCustomeControlViewResume() 공개 메소드

public createCustomeControlViewResume ( string projectName, List lctc, int numCompletedTables ) : void
projectName string
lctc List
numCompletedTables int
리턴 void

createCustomeControlViewTable() 공개 메소드

public createCustomeControlViewTable ( string projectName, List lctc, string tableName ) : void
projectName string
lctc List
tableName string
리턴 void