메소드 | 설명 | |
---|---|---|
AddValue ( |
||
CenterForm ( |
||
DeleteValue ( string Path, string ValueSection ) : void | ||
FullPathNode ( |
||
GetPathNode ( string NodePath, bool CanCreate ) : |
||
LoadForm ( |
||
ReadValue ( string Path, string ValueSection, System.DateTime Default ) : System.DateTime | ||
ReadValue ( string Path, string ValueSection, |
||
ReadValue ( string Path, string ValueSection, System.Single Default ) : System.Single | ||
ReadValue ( string Path, string ValueSection, bool Default ) : bool | ||
ReadValue ( string Path, string ValueSection, double Default ) : double | ||
ReadValue ( string Path, string ValueSection, string Default ) : string | ||
Save ( ) : void | ||
SaveAs ( string filename ) : void | ||
SaveForm ( |
||
ValueExists ( string Path, string ValueSection ) : bool | ||
WriteValue ( string Path, string ValueSection, double Value ) : void | ||
WriteValue ( string Path, string ValueSection, string Value ) : void | ||
XMLIniFile ( ) : System | ||
XMLIniFile ( string filename ) : System | ||
XMLIniFile ( string aaDocElementname, int aaVersion, Store aaStore ) : System | ||
XMLIniFile ( string aaDocElementname, int aaVersion, Store aaStore, string filename ) : System |
메소드 | 설명 | |
---|---|---|
CheckInitialized ( ) : void | ||
ConvertToOEM ( string FBuffer ) : string | ||
ParseString ( string s ) : |
||
ReadThisValue ( string Path, string ValueSection ) : string | ||
ReadThisValue ( string Path, string ValueSection, string Default ) : string | ||
WriteThisValue ( string Path, string ValueSection, string Value ) : void | ||
_FindNode ( |
메소드 | 설명 | |
---|---|---|
Translate ( string Value ) : string |
public AddValue ( |
||
node | ||
Path | string | |
Section | string | |
value | string | |
리턴 | void |
public DeleteValue ( string Path, string ValueSection ) : void | ||
Path | string | |
ValueSection | string | |
리턴 | void |
public FullPathNode ( |
||
node | ||
리턴 | string |
public GetPathNode ( string NodePath, bool CanCreate ) : |
||
NodePath | string | |
CanCreate | bool | |
리턴 |
public LoadForm ( |
||
xform | ||
aSection | string | |
forcaleitura | bool | |
리턴 | bool |
protected ParseString ( string s ) : |
||
s | string | |
리턴 |
protected ReadThisValue ( string Path, string ValueSection ) : string | ||
Path | string | |
ValueSection | string | |
리턴 | string |
protected ReadThisValue ( string Path, string ValueSection, string Default ) : string | ||
Path | string | |
ValueSection | string | |
Default | string | |
리턴 | string |
public ReadValue ( string Path, string ValueSection, System.DateTime Default ) : System.DateTime | ||
Path | string | |
ValueSection | string | |
Default | System.DateTime | |
리턴 | System.DateTime |
public ReadValue ( string Path, string ValueSection, |
||
Path | string | |
ValueSection | string | |
Default | ||
리턴 |
public ReadValue ( string Path, string ValueSection, System.Single Default ) : System.Single | ||
Path | string | |
ValueSection | string | |
Default | System.Single | |
리턴 | System.Single |
public ReadValue ( string Path, string ValueSection, bool Default ) : bool | ||
Path | string | |
ValueSection | string | |
Default | bool | |
리턴 | bool |
public ReadValue ( string Path, string ValueSection, double Default ) : double | ||
Path | string | |
ValueSection | string | |
Default | double | |
리턴 | double |
public ReadValue ( string Path, string ValueSection, string Default ) : string | ||
Path | string | |
ValueSection | string | |
Default | string | |
리턴 | string |
public SaveForm ( |
||
xform | ||
aSection | string | |
리턴 | void |
public ValueExists ( string Path, string ValueSection ) : bool | ||
Path | string | |
ValueSection | string | |
리턴 | bool |
protected WriteThisValue ( string Path, string ValueSection, string Value ) : void | ||
Path | string | |
ValueSection | string | |
Value | string | |
리턴 | void |
public WriteValue ( string Path, string ValueSection, double Value ) : void | ||
Path | string | |
ValueSection | string | |
Value | double | |
리턴 | void |
public WriteValue ( string Path, string ValueSection, string Value ) : void | ||
Path | string | |
ValueSection | string | |
Value | string | |
리턴 | void |
public XMLIniFile ( string aaDocElementname, int aaVersion, Store aaStore ) : System | ||
aaDocElementname | string | |
aaVersion | int | |
aaStore | Store | |
리턴 | System |
public XMLIniFile ( string aaDocElementname, int aaVersion, Store aaStore, string filename ) : System | ||
aaDocElementname | string | |
aaVersion | int | |
aaStore | Store | |
filename | string | |
리턴 | System |
protected _FindNode ( |
||
_RootNode | ||
_Nodename | string | |
리턴 |