C# 클래스 SpeakFriend.Utilities.SettingType

파일 보기 프로젝트 열기: teamaton/speak-lib

공개 메소드들

메소드 설명
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