C# 클래스 lw_common.ui_view

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

공개 프로퍼티들

프로퍼티 타입 설명
filters List
is_default_name bool
name string

공개 메소드들

메소드 설명
load ( string prefix ) : void
save ( string prefix ) : void

비공개 메소드들

메소드 설명
load_save ( bool load, string prefix ) : void

메소드 상세

load() 공개 메소드

public load ( string prefix ) : void
prefix string
리턴 void

save() 공개 메소드

public save ( string prefix ) : void
prefix string
리턴 void

프로퍼티 상세

filters 공개적으로 프로퍼티

public List filters
리턴 List

is_default_name 공개적으로 프로퍼티

public bool is_default_name
리턴 bool

name 공개적으로 프로퍼티

public string name
리턴 string