C# 클래스 Simpl.Serialization.Types.Scalar.FloatType

Class abstracting C# Float type
상속: ScalarType
파일 보기 프로젝트 열기: ecologylab/simplCSharp

공개 메소드들

메소드 설명
FloatType ( ) : System

Calls the parent constructor for int type

FloatType ( Type type ) : System
GetInstance ( String value, String formatStrings, IScalarUnmarshallingContext scalarUnmarshallingContext ) : object

Creates and returns an instance of a float type for the supplied type

IsDefaultValue ( FieldInfo field, Object context ) : bool

Marshall ( object instance, TranslationContext context = null ) : string
SimplEquals ( object left, object right ) : bool

메소드 상세

FloatType() 공개 메소드

Calls the parent constructor for int type
public FloatType ( ) : System
리턴 System

FloatType() 공개 메소드

public FloatType ( Type type ) : System
type System.Type
리턴 System

GetInstance() 공개 메소드

Creates and returns an instance of a float type for the supplied type
public GetInstance ( String value, String formatStrings, IScalarUnmarshallingContext scalarUnmarshallingContext ) : object
value String
formatStrings String
scalarUnmarshallingContext IScalarUnmarshallingContext
리턴 object

IsDefaultValue() 공개 메소드

public IsDefaultValue ( FieldInfo field, Object context ) : bool
field System.Reflection.FieldInfo
context Object
리턴 bool

Marshall() 공개 메소드

public Marshall ( object instance, TranslationContext context = null ) : string
instance object
context Simpl.Serialization.Context.TranslationContext
리턴 string

SimplEquals() 공개 메소드

public SimplEquals ( object left, object right ) : bool
left object
right object
리턴 bool