C# 클래스 TI.Toolbox.XmlDataReaderUtils

파일 보기 프로젝트 열기: x893/BTool

공개 메소드들

메소드 설명
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

메소드 상세

FileVersionError() 공개 메소드

public FileVersionError ( string xmlFormatVersion, string fileVersion, string xmlFileName, string moduleName ) : bool
xmlFormatVersion string
fileVersion string
xmlFileName string
moduleName string
리턴 bool

GetBool() 공개 메소드

public GetBool ( XmlDocument xmlDocument, string xmlFileName, string xmlTag, string tagName, bool &value, bool defaultValue, string moduleName ) : bool
xmlDocument System.Xml.XmlDocument
xmlFileName string
xmlTag string
tagName string
value bool
defaultValue bool
moduleName string
리턴 bool

GetByte() 공개 메소드

public GetByte ( XmlDocument xmlDocument, string xmlFileName, string xmlTag, string tagName, byte &value, byte minValue, byte maxValue, byte defaultValue, string moduleName ) : bool
xmlDocument System.Xml.XmlDocument
xmlFileName string
xmlTag string
tagName string
value byte
minValue byte
maxValue byte
defaultValue byte
moduleName string
리턴 bool

GetInt16() 공개 메소드

public GetInt16 ( XmlDocument xmlDocument, string xmlFileName, string xmlTag, string tagName, short &value, short minValue, short maxValue, short defaultValue, string moduleName ) : bool
xmlDocument System.Xml.XmlDocument
xmlFileName string
xmlTag string
tagName string
value short
minValue short
maxValue short
defaultValue short
moduleName string
리턴 bool

GetInt32() 공개 메소드

public GetInt32 ( XmlDocument xmlDocument, string xmlFileName, string xmlTag, string tagName, int &value, int minValue, int maxValue, int defaultValue, string moduleName ) : bool
xmlDocument System.Xml.XmlDocument
xmlFileName string
xmlTag string
tagName string
value int
minValue int
maxValue int
defaultValue int
moduleName string
리턴 bool

GetUInt32() 공개 메소드

public GetUInt32 ( XmlDocument xmlDocument, string xmlFileName, string xmlTag, string tagName, uint &value, uint minValue, uint maxValue, uint defaultValue, string moduleName ) : bool
xmlDocument System.Xml.XmlDocument
xmlFileName string
xmlTag string
tagName string
value uint
minValue uint
maxValue uint
defaultValue uint
moduleName string
리턴 bool

InvalidTagValueFound() 공개 메소드

public InvalidTagValueFound ( string tagName, string xmlFileName, string invalidValue, string defaultValue, string eMsg, string moduleName ) : bool
tagName string
xmlFileName string
invalidValue string
defaultValue string
eMsg string
moduleName string
리턴 bool

NoTagValueFound() 공개 메소드

public NoTagValueFound ( string tagName, string xmlFileName, string moduleName ) : bool
tagName string
xmlFileName string
moduleName string
리턴 bool

VerifyVersion() 공개 메소드

public VerifyVersion ( XmlDocument xmlDocument, string xmlFileName, string xmlTag, string tagName, string xmlFormatVersion, string moduleName ) : bool
xmlDocument System.Xml.XmlDocument
xmlFileName string
xmlTag string
tagName string
xmlFormatVersion string
moduleName string
리턴 bool