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

Inheritance: FileTypeBase
Show file Open project: ecologylab/simplCSharp

Public Properties

Property Type Description
DefaultValue System.DateTime

Public Methods

Method Description
FileType ( ) : System

Calls the parent constructor for int type

FileType ( Type type ) : System
GetInstance ( String value, String formatStrings, IScalarUnmarshallingContext scalarUnmarshallingContext ) : object

IsDefaultValue ( FieldInfo field, Object context ) : bool

Marshall ( object instance, TranslationContext context = null ) : string

Method Details

FileType() public method

Calls the parent constructor for int type
public FileType ( ) : System
return System

FileType() public method

public FileType ( Type type ) : System
type System.Type
return System

GetInstance() public method

public 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 method

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

Property Details

DefaultValue public static property

public static DateTime,System DefaultValue
return System.DateTime