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

Inheritance: RectTypeBase
Mostra file Open project: ecologylab/simplCSharp

Public Methods

Method Description
GetInstance ( string value, string formatStrings, IScalarUnmarshallingContext unmarshallingContext ) : object
Marshall ( object instance, TranslationContext context = null ) : string
RectType ( ) : System

Method Details

GetInstance() public method

public GetInstance ( string value, string formatStrings, IScalarUnmarshallingContext unmarshallingContext ) : object
value string
formatStrings string
unmarshallingContext IScalarUnmarshallingContext
return object

Marshall() public method

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

RectType() public method

public RectType ( ) : System
return System