C# 클래스 NFe.Components.XMLIniFile

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

공개 메소드들

메소드 설명
AddValue ( XmlNode node, string Path, string Section, string value ) : void
CenterForm ( Form xform ) : void
DeleteValue ( string Path, string ValueSection ) : void
FullPathNode ( XmlNode node ) : string
GetPathNode ( string NodePath, bool CanCreate ) : XmlNode
LoadForm ( Form xform, string aSection, bool forcaleitura ) : bool
ReadValue ( string Path, string ValueSection, System.DateTime Default ) : System.DateTime
ReadValue ( string Path, string ValueSection, Int32 Default ) : Int32
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 ( Form xform, string aSection ) : void
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 ) : ArrayList
ReadThisValue ( string Path, string ValueSection ) : string
ReadThisValue ( string Path, string ValueSection, string Default ) : string
WriteThisValue ( string Path, string ValueSection, string Value ) : void
_FindNode ( XmlNode _RootNode, string _Nodename ) : XmlNode

비공개 메소드들

메소드 설명
Translate ( string Value ) : string

메소드 상세

AddValue() 공개 메소드

public AddValue ( XmlNode node, string Path, string Section, string value ) : void
node System.Xml.XmlNode
Path string
Section string
value string
리턴 void

CenterForm() 공개 메소드

public CenterForm ( Form xform ) : void
xform System.Windows.Forms.Form
리턴 void

CheckInitialized() 보호된 메소드

protected CheckInitialized ( ) : void
리턴 void

ConvertToOEM() 보호된 메소드

protected ConvertToOEM ( string FBuffer ) : string
FBuffer string
리턴 string

DeleteValue() 공개 메소드

public DeleteValue ( string Path, string ValueSection ) : void
Path string
ValueSection string
리턴 void

FullPathNode() 공개 메소드

public FullPathNode ( XmlNode node ) : string
node System.Xml.XmlNode
리턴 string

GetPathNode() 공개 메소드

public GetPathNode ( string NodePath, bool CanCreate ) : XmlNode
NodePath string
CanCreate bool
리턴 System.Xml.XmlNode

LoadForm() 공개 메소드

public LoadForm ( Form xform, string aSection, bool forcaleitura ) : bool
xform System.Windows.Forms.Form
aSection string
forcaleitura bool
리턴 bool

ParseString() 보호된 메소드

protected ParseString ( string s ) : ArrayList
s string
리턴 System.Collections.ArrayList

ReadThisValue() 보호된 메소드

protected ReadThisValue ( string Path, string ValueSection ) : string
Path string
ValueSection string
리턴 string

ReadThisValue() 보호된 메소드

protected ReadThisValue ( string Path, string ValueSection, string Default ) : string
Path string
ValueSection string
Default string
리턴 string

ReadValue() 공개 메소드

public ReadValue ( string Path, string ValueSection, System.DateTime Default ) : System.DateTime
Path string
ValueSection string
Default System.DateTime
리턴 System.DateTime

ReadValue() 공개 메소드

public ReadValue ( string Path, string ValueSection, Int32 Default ) : Int32
Path string
ValueSection string
Default System.Int32
리턴 System.Int32

ReadValue() 공개 메소드

public ReadValue ( string Path, string ValueSection, System.Single Default ) : System.Single
Path string
ValueSection string
Default System.Single
리턴 System.Single

ReadValue() 공개 메소드

public ReadValue ( string Path, string ValueSection, bool Default ) : bool
Path string
ValueSection string
Default bool
리턴 bool

ReadValue() 공개 메소드

public ReadValue ( string Path, string ValueSection, double Default ) : double
Path string
ValueSection string
Default double
리턴 double

ReadValue() 공개 메소드

public ReadValue ( string Path, string ValueSection, string Default ) : string
Path string
ValueSection string
Default string
리턴 string

Save() 공개 메소드

public Save ( ) : void
리턴 void

SaveAs() 공개 메소드

public SaveAs ( string filename ) : void
filename string
리턴 void

SaveForm() 공개 메소드

public SaveForm ( Form xform, string aSection ) : void
xform System.Windows.Forms.Form
aSection string
리턴 void

ValueExists() 공개 메소드

public ValueExists ( string Path, string ValueSection ) : bool
Path string
ValueSection string
리턴 bool

WriteThisValue() 보호된 메소드

protected WriteThisValue ( string Path, string ValueSection, string Value ) : void
Path string
ValueSection string
Value string
리턴 void

WriteValue() 공개 메소드

public WriteValue ( string Path, string ValueSection, double Value ) : void
Path string
ValueSection string
Value double
리턴 void

WriteValue() 공개 메소드

public WriteValue ( string Path, string ValueSection, string Value ) : void
Path string
ValueSection string
Value string
리턴 void

XMLIniFile() 공개 메소드

public XMLIniFile ( ) : System
리턴 System

XMLIniFile() 공개 메소드

public XMLIniFile ( string filename ) : System
filename string
리턴 System

XMLIniFile() 공개 메소드

public XMLIniFile ( string aaDocElementname, int aaVersion, Store aaStore ) : System
aaDocElementname string
aaVersion int
aaStore Store
리턴 System

XMLIniFile() 공개 메소드

public XMLIniFile ( string aaDocElementname, int aaVersion, Store aaStore, string filename ) : System
aaDocElementname string
aaVersion int
aaStore Store
filename string
리턴 System

_FindNode() 보호된 메소드

protected _FindNode ( XmlNode _RootNode, string _Nodename ) : XmlNode
_RootNode System.Xml.XmlNode
_Nodename string
리턴 System.Xml.XmlNode