C# 클래스 BTDB.FieldHandler.DefaultTypeConvertorGenerator

상속: ITypeConvertorGenerator
파일 보기 프로젝트 열기: Bobris/BTDB

공개 메소드들

메소드 설명
Convert2Bool ( int value ) : bool
Convert2Decimal ( double value ) : decimal
Convert2Decimal ( float value ) : decimal
Convert2Decimal ( int value ) : decimal
Convert2Decimal ( long value ) : decimal
Convert2Decimal ( uint value ) : decimal
Convert2Decimal ( ulong value ) : decimal
Convert2String ( bool value ) : string
Convert2String ( decimal value ) : string
Convert2String ( double value ) : string
Convert2String ( long value ) : string
Convert2String ( ulong value ) : string
DefaultTypeConvertorGenerator ( ) : System
GenerateConversion ( Type from, Type to ) : Action

비공개 메소드들

메소드 설명
AddConversions ( IEnumerable fromList, Type to, Action generator ) : void
GenerateEnum2EnumConversion ( Type from, Type to ) : Action

메소드 상세

Convert2Bool() 공개 정적인 메소드

public static Convert2Bool ( int value ) : bool
value int
리턴 bool

Convert2Decimal() 공개 정적인 메소드

public static Convert2Decimal ( double value ) : decimal
value double
리턴 decimal

Convert2Decimal() 공개 정적인 메소드

public static Convert2Decimal ( float value ) : decimal
value float
리턴 decimal

Convert2Decimal() 공개 정적인 메소드

public static Convert2Decimal ( int value ) : decimal
value int
리턴 decimal

Convert2Decimal() 공개 정적인 메소드

public static Convert2Decimal ( long value ) : decimal
value long
리턴 decimal

Convert2Decimal() 공개 정적인 메소드

public static Convert2Decimal ( uint value ) : decimal
value uint
리턴 decimal

Convert2Decimal() 공개 정적인 메소드

public static Convert2Decimal ( ulong value ) : decimal
value ulong
리턴 decimal

Convert2String() 공개 정적인 메소드

public static Convert2String ( bool value ) : string
value bool
리턴 string

Convert2String() 공개 정적인 메소드

public static Convert2String ( decimal value ) : string
value decimal
리턴 string

Convert2String() 공개 정적인 메소드

public static Convert2String ( double value ) : string
value double
리턴 string

Convert2String() 공개 정적인 메소드

public static Convert2String ( long value ) : string
value long
리턴 string

Convert2String() 공개 정적인 메소드

public static Convert2String ( ulong value ) : string
value ulong
리턴 string

DefaultTypeConvertorGenerator() 공개 메소드

public DefaultTypeConvertorGenerator ( ) : System
리턴 System

GenerateConversion() 공개 메소드

public GenerateConversion ( Type from, Type to ) : Action
from System.Type
to System.Type
리턴 Action