메소드 |
설명 |
|
FileVersionError ( string xmlFormatVersion, string fileVersion, string xmlFileName, string moduleName ) : bool |
|
|
GetBool ( XmlDocument xmlDocument, string xmlFileName, string xmlTag, string tagName, bool &value, bool defaultValue, string moduleName ) : bool |
|
|
GetByte ( XmlDocument xmlDocument, string xmlFileName, string xmlTag, string tagName, byte &value, byte minValue, byte maxValue, byte defaultValue, string moduleName ) : bool |
|
|
GetInt16 ( XmlDocument xmlDocument, string xmlFileName, string xmlTag, string tagName, short &value, short minValue, short maxValue, short defaultValue, string moduleName ) : bool |
|
|
GetInt32 ( XmlDocument xmlDocument, string xmlFileName, string xmlTag, string tagName, int &value, int minValue, int maxValue, int defaultValue, string moduleName ) : bool |
|
|
GetUInt32 ( XmlDocument xmlDocument, string xmlFileName, string xmlTag, string tagName, uint &value, uint minValue, uint maxValue, uint defaultValue, string moduleName ) : bool |
|
|
InvalidTagValueFound ( string tagName, string xmlFileName, string invalidValue, string defaultValue, string eMsg, string moduleName ) : bool |
|
|
NoTagValueFound ( string tagName, string xmlFileName, string moduleName ) : bool |
|
|
VerifyVersion ( XmlDocument xmlDocument, string xmlFileName, string xmlTag, string tagName, string xmlFormatVersion, string moduleName ) : bool |
|
|