C# 클래스 uForms.UFProject

파일 보기 프로젝트 열기: hidakas/uForms 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ClassName string
Controls List
Namespace string

공개 메소드들

메소드 설명
CreateNewProject ( ) : void
DrawProperty ( ) : void
ExportCode ( string codePath ) : void
ExportNativeCode ( string codePath ) : void
ExportXml ( string xmlPath ) : void
ImportCode ( Type t ) : void
ImportXml ( string xmlPath ) : void

메소드 상세

CreateNewProject() 공개 정적인 메소드

public static CreateNewProject ( ) : void
리턴 void

DrawProperty() 공개 메소드

public DrawProperty ( ) : void
리턴 void

ExportCode() 공개 정적인 메소드

public static ExportCode ( string codePath ) : void
codePath string
리턴 void

ExportNativeCode() 공개 정적인 메소드

public static ExportNativeCode ( string codePath ) : void
codePath string
리턴 void

ExportXml() 공개 정적인 메소드

public static ExportXml ( string xmlPath ) : void
xmlPath string
리턴 void

ImportCode() 공개 정적인 메소드

public static ImportCode ( Type t ) : void
t System.Type
리턴 void

ImportXml() 공개 정적인 메소드

public static ImportXml ( string xmlPath ) : void
xmlPath string
리턴 void

프로퍼티 상세

ClassName 공개적으로 프로퍼티

public string ClassName
리턴 string

Controls 공개적으로 프로퍼티

public List Controls
리턴 List

Namespace 공개적으로 프로퍼티

public string Namespace
리턴 string