C# Класс Simpl.Serialization.Types.Scalar.FloatType

Class abstracting C# Float type
Наследование: ScalarType
Показать файл Открыть проект

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

Метод Описание
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