C# Class Meyn.TestLink.TL_Data

base class for all response classes from the TL Api
Show file Open project: apetrovskiy/STUPS

Private Methods

Method Description
toBool ( CookComputing.XmlRpc.XmlRpcStruct data, string name ) : bool?

robust convert a data bit to a bool

toChar ( CookComputing.XmlRpc.XmlRpcStruct data, string name ) : char

convert a data value to a single char

toDate ( CookComputing.XmlRpc.XmlRpcStruct data, string name ) : System.DateTime

robust convert a date string

toExecStatus ( CookComputing.XmlRpc.XmlRpcStruct data, string name ) : TestCaseResultStatus

parse an execution status

toInt ( CookComputing.XmlRpc.XmlRpcStruct data, string name ) : int

robust convert to int. can take int strings as well as ints