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

Class abstracting C# int type
Inheritance: ScalarType
Show file Open project: ecologylab/simplCSharp

Public Methods

Method Description
GetInstance ( String value, String formatStrings, IScalarUnmarshallingContext scalarUnmarshallingContext ) : object

IntType ( ) : System

Calls the parent constructor for int type

IntType ( Type type ) : System
IsDefaultValue ( FieldInfo field, Object context ) : bool

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

Method Details

GetInstance() public method

public GetInstance ( String value, String formatStrings, IScalarUnmarshallingContext scalarUnmarshallingContext ) : object
value String
formatStrings String
scalarUnmarshallingContext IScalarUnmarshallingContext
return object

IntType() public method

Calls the parent constructor for int type
public IntType ( ) : System
return System

IntType() public method

public IntType ( Type type ) : System
type System.Type
return System

IsDefaultValue() public method

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

Marshall() public method

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

SimplEquals() public method

public SimplEquals ( object left, object right ) : bool
left object
right object
return bool