C# 클래스 POLConfig.POLConfigElem

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

공개 메소드들

메소드 설명
AddComment ( string comment ) : void
AddProperty ( string name, string value ) : void
AddProperty ( string name, string value, string comment ) : void
GetConfigFloat ( string property_name ) : double
GetConfigInt ( string property_name ) : int
GetConfigString ( string property_name ) : string
ListConfigElemProps ( ) : string[]
POLConfigElem ( string elem_name ) : System

메소드 상세

AddComment() 공개 메소드

public AddComment ( string comment ) : void
comment string
리턴 void

AddProperty() 공개 메소드

public AddProperty ( string name, string value ) : void
name string
value string
리턴 void

AddProperty() 공개 메소드

public AddProperty ( string name, string value, string comment ) : void
name string
value string
comment string
리턴 void

GetConfigFloat() 공개 메소드

public GetConfigFloat ( string property_name ) : double
property_name string
리턴 double

GetConfigInt() 공개 메소드

public GetConfigInt ( string property_name ) : int
property_name string
리턴 int

GetConfigString() 공개 메소드

public GetConfigString ( string property_name ) : string
property_name string
리턴 string

ListConfigElemProps() 공개 메소드

public ListConfigElemProps ( ) : string[]
리턴 string[]

POLConfigElem() 공개 메소드

public POLConfigElem ( string elem_name ) : System
elem_name string
리턴 System