C# Класс Tables.TableTypes

Показать файл Открыть проект

Открытые методы

Метод Описание
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