C# Class SpeakFriend.Utilities.SettingType

Show file Open project: teamaton/speak-lib

Public Methods

Method Description
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.

Method Details

From() public static method

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
return string

From() public static method

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
return string

From() public static method

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
return string