C# Class uForms.UFProject

Datei anzeigen Open project: hidakas/uForms Class Usage Examples

Public Properties

Property Type Description
ClassName string
Controls List
Namespace string

Public Methods

Method Description
CreateNewProject ( ) : void
DrawProperty ( ) : void
ExportCode ( string codePath ) : void
ExportNativeCode ( string codePath ) : void
ExportXml ( string xmlPath ) : void
ImportCode ( Type t ) : void
ImportXml ( string xmlPath ) : void

Method Details

CreateNewProject() public static method

public static CreateNewProject ( ) : void
return void

DrawProperty() public method

public DrawProperty ( ) : void
return void

ExportCode() public static method

public static ExportCode ( string codePath ) : void
codePath string
return void

ExportNativeCode() public static method

public static ExportNativeCode ( string codePath ) : void
codePath string
return void

ExportXml() public static method

public static ExportXml ( string xmlPath ) : void
xmlPath string
return void

ImportCode() public static method

public static ImportCode ( Type t ) : void
t System.Type
return void

ImportXml() public static method

public static ImportXml ( string xmlPath ) : void
xmlPath string
return void

Property Details

ClassName public_oe property

public string ClassName
return string

Controls public_oe property

public List Controls
return List

Namespace public_oe property

public string Namespace
return string