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

Inheritance: ReferenceType
Mostra file 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

Protected Methods

Method Description
RectTypeBase ( Type type, string javaTypeName, string objCTypeName, string dbTypeName ) : System

Method Details

GetInstance() public abstract method

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

Marshall() public abstract method

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

RectTypeBase() protected method

protected RectTypeBase ( Type type, string javaTypeName, string objCTypeName, string dbTypeName ) : System
type System.Type
javaTypeName string
objCTypeName string
dbTypeName string
return System

SimplEquals() public method

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