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

Class abstracting C# Float type
Inheritance: ScalarType
Datei anzeigen Open project: ecologylab/simplCSharp

Public Methods

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

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

Calls the parent constructor for String type

Method Details

GetInstance() public method

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

SimplEquals() public method

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

StringBuilderType() public method

Calls the parent constructor for String type
public StringBuilderType ( ) : System
return System