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

Class abstracting the ScalarType scalar type
Inheritance: ReferenceType
显示文件 Open project: ecologylab/simplCSharp

Public Methods

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

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

Marshall ( object instance, TranslationContext context = null ) : string
ScalarTypeType ( ) : System

Calls the parent constructor for int type

SimplEquals ( object left, object right ) : bool

Method Details

GetInstance() public method

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

Marshall() public method

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

ScalarTypeType() public method

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

SimplEquals() public method

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