C# Класс SpeakFriend.Utilities.SettingType

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

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

Метод Описание
From ( Type type ) : string

Always returns the same string for a given object/type to use as SettingType when going to the DB.

From ( object obj ) : string

Always returns the same string for a given object/type to use as SettingType when going to the DB.

From ( string settingTypeString ) : string

Always returns the same string for a given object/type/string to use as SettingType when going to the DB.

Описание методов

From() публичный статический Метод

Always returns the same string for a given object/type to use as SettingType when going to the DB.
public static From ( Type type ) : string
type System.Type
Результат string

From() публичный статический Метод

Always returns the same string for a given object/type to use as SettingType when going to the DB.
public static From ( object obj ) : string
obj object
Результат string

From() публичный статический Метод

Always returns the same string for a given object/type/string to use as SettingType when going to the DB.
public static From ( string settingTypeString ) : string
settingTypeString string
Результат string