C# 클래스 Tables.TableTypes

파일 보기 프로젝트 열기: SubaruDieselCrew/ScoobyRom

공개 메소드들

메소드 설명
GetStrings ( ) : ICollection
ToIdcType ( this tableType ) : IdcType
ToRRType ( this tableType ) : string
ToStr ( this tableType ) : string
TryParse ( string s, TableType &result ) : bool

비공개 메소드들

메소드 설명
TableTypes ( ) : System

메소드 상세

GetStrings() 공개 정적인 메소드

public static GetStrings ( ) : ICollection
리턴 ICollection

ToIdcType() 공개 정적인 메소드

public static ToIdcType ( this tableType ) : IdcType
tableType this
리턴 IdcType

ToRRType() 공개 정적인 메소드

public static ToRRType ( this tableType ) : string
tableType this
리턴 string

ToStr() 공개 정적인 메소드

public static ToStr ( this tableType ) : string
tableType this
리턴 string

TryParse() 공개 정적인 메소드

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