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

Inheritance: PointTypeBase
Show file Open project: ecologylab/simplCSharp

Public Methods

Method Description
GetInstance ( string value, string formatStrings, IScalarUnmarshallingContext unmarshallingContext ) : object
Marshall ( object instance, TranslationContext context = null ) : string
PointType ( ) : 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

PointType() public method

public PointType ( ) : System
return System