C# Class Tables.TableTypes

Afficher le fichier Open project: SubaruDieselCrew/ScoobyRom

Méthodes publiques

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

Private Methods

Méthode Description
TableTypes ( ) : System

Method Details

GetStrings() public static méthode

public static GetStrings ( ) : ICollection
Résultat ICollection

ToIdcType() public static méthode

public static ToIdcType ( this tableType ) : IdcType
tableType this
Résultat IdcType

ToRRType() public static méthode

public static ToRRType ( this tableType ) : string
tableType this
Résultat string

ToStr() public static méthode

public static ToStr ( this tableType ) : string
tableType this
Résultat string

TryParse() public static méthode

public static TryParse ( string s, TableType &result ) : bool
s string
result TableType
Résultat bool