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

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

Méthodes publiques

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

Méthodes publiques

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

Calls the parent constructor for int type
public FileType ( ) : System
Résultat System

FileType() public méthode

public FileType ( Type type ) : System
type System.Type
Résultat System

GetInstance() public méthode

public 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 méthode

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

Property Details

DefaultValue public_oe static_oe property

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