C# Class Simpl.Serialization.Types.Scalar.LongType

Class abstracting C# long type
Inheritance: ScalarType
Afficher le fichier Open project: ecologylab/simplCSharp

Méthodes publiques

Méthode Description
GetInstance ( String value, String formatStrings, IScalarUnmarshallingContext scalarUnmarshallingContext ) : object

Creates and returns an instance of long type for the given input value.

IsDefaultValue ( FieldInfo field, Object context ) : bool
LongType ( ) : System

Calls the parent constructor for int type

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

Method Details

GetInstance() public méthode

Creates and returns an instance of long type for the given input value.
public GetInstance ( String value, String formatStrings, IScalarUnmarshallingContext scalarUnmarshallingContext ) : object
value String
formatStrings String
scalarUnmarshallingContext IScalarUnmarshallingContext
Résultat object

IsDefaultValue() public méthode

public IsDefaultValue ( FieldInfo field, Object context ) : bool
field System.Reflection.FieldInfo
context Object
Résultat bool

LongType() public méthode

Calls the parent constructor for int type
public LongType ( ) : System
Résultat System

LongType() public méthode

public LongType ( Type type ) : System
type System.Type
Résultat System

Marshall() public méthode

public Marshall ( object instance, TranslationContext context = null ) : string
instance object
context Simpl.Serialization.Context.TranslationContext
Résultat string

SimplEquals() public méthode

public SimplEquals ( object left, object right ) : bool
left object
right object
Résultat bool