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

Inheritance: ReferenceType
Afficher le fichier Open project: ecologylab/simplCSharp

Méthodes publiques

Свойство Type Description
DefaultValue System.DateTime

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
FileTypeBase ( Type thatClass, string javaTypeName, string objectiveCTypeName, string dbTypeName ) : System

Method Details

FileTypeBase() protected méthode

protected FileTypeBase ( Type thatClass, string javaTypeName, string objectiveCTypeName, string dbTypeName ) : System
thatClass System.Type
javaTypeName string
objectiveCTypeName string
dbTypeName string
Résultat System

GetInstance() public abstract méthode

public abstract GetInstance ( String value, String formatStrings, IScalarUnmarshallingContext scalarUnmarshallingContext ) : object
value String
formatStrings String
scalarUnmarshallingContext IScalarUnmarshallingContext
Résultat object

IsDefaultValue() public méthode

public IsDefaultValue ( FieldInfo field, Object context ) : bool
field System.Reflection.FieldInfo
context Object
Résultat bool

Marshall() public abstract méthode

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

SimplEquals() public méthode

public SimplEquals ( object left, object right ) : bool
left object
right object
Résultat bool

Property Details

DefaultValue public_oe static_oe property

public static DateTime,System DefaultValue
Résultat System.DateTime