C# Class greenapple.view.ClassGenerateView

Mostrar archivo Open project: mistaguy/greenapple

Public Methods

Method Description
createCustomeControlView ( string projectName, List lctc ) : void
createCustomeControlViewResume ( string projectName, List lctc, int numCompletedTables ) : void
createCustomeControlViewTable ( string projectName, List lctc, string tableName ) : void

Private Methods

Method Description
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

Method Details

createCustomeControlView() public method

public createCustomeControlView ( string projectName, List lctc ) : void
projectName string
lctc List
return void

createCustomeControlViewResume() public method

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

createCustomeControlViewTable() public method

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