C# Class uForms.UFProject

Afficher le fichier Open project: hidakas/uForms Class Usage Examples

Méthodes publiques

Свойство Type Description
ClassName string
Controls List
Namespace string

Méthodes publiques

Méthode 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 méthode

public static CreateNewProject ( ) : void
Résultat void

DrawProperty() public méthode

public DrawProperty ( ) : void
Résultat void

ExportCode() public static méthode

public static ExportCode ( string codePath ) : void
codePath string
Résultat void

ExportNativeCode() public static méthode

public static ExportNativeCode ( string codePath ) : void
codePath string
Résultat void

ExportXml() public static méthode

public static ExportXml ( string xmlPath ) : void
xmlPath string
Résultat void

ImportCode() public static méthode

public static ImportCode ( Type t ) : void
t System.Type
Résultat void

ImportXml() public static méthode

public static ImportXml ( string xmlPath ) : void
xmlPath string
Résultat void

Property Details

ClassName public_oe property

public string ClassName
Résultat string

Controls public_oe property

public List Controls
Résultat List

Namespace public_oe property

public string Namespace
Résultat string