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

Inheritance: ReferenceType
Mostra file Open project: ecologylab/simplCSharp

Public Properties

Property Type Description
DefaultValue System.DateTime

Public Methods

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

IsDefaultValue ( FieldInfo field, Object context ) : bool

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

Protected Methods

Method Description
FileTypeBase ( Type thatClass, string javaTypeName, string objectiveCTypeName, string dbTypeName ) : System

Method Details

FileTypeBase() protected method

protected FileTypeBase ( 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

IsDefaultValue() public method

public IsDefaultValue ( FieldInfo field, Object context ) : bool
field System.Reflection.FieldInfo
context Object
return bool

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

Property Details

DefaultValue public_oe static_oe property

public static DateTime,System DefaultValue
return System.DateTime