C# Class Tables.TableTypes

显示文件 Open project: SubaruDieselCrew/ScoobyRom

Public Methods

Method Description
GetStrings ( ) : ICollection
ToIdcType ( this tableType ) : IdcType
ToRRType ( this tableType ) : string
ToStr ( this tableType ) : string
TryParse ( string s, TableType &result ) : bool

Private Methods

Method Description
TableTypes ( ) : System

Method Details

GetStrings() public static method

public static GetStrings ( ) : ICollection
return ICollection

ToIdcType() public static method

public static ToIdcType ( this tableType ) : IdcType
tableType this
return IdcType

ToRRType() public static method

public static ToRRType ( this tableType ) : string
tableType this
return string

ToStr() public static method

public static ToStr ( this tableType ) : string
tableType this
return string

TryParse() public static method

public static TryParse ( string s, TableType &result ) : bool
s string
result TableType
return bool