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

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
ColorTypeBase ( Type thatClass, string javaTypeName, string objectiveCTypeName, string dbTypeName ) : System

Method Details

ColorTypeBase() protected method

protected ColorTypeBase ( Type thatClass, string javaTypeName, string objectiveCTypeName, string dbTypeName ) : System
thatClass System.Type
javaTypeName string
objectiveCTypeName string
dbTypeName string
return System

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

SimplEquals() public method

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