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

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

Méthodes publiques

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

Méthodes publiques

Méthode Description
DateTimeType ( ) : System

Calls the parent constructor for int type

DateTimeType ( Type type ) : System
GetInstance ( string value, string formatStrings, IScalarUnmarshallingContext scalarUnmarshallingContext ) : object

IsDefaultValue ( FieldInfo field, Object context ) : bool

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

Method Details

DateTimeType() public méthode

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

DateTimeType() public méthode

public DateTimeType ( 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

NeedsJsonQuotationWrap() public méthode

public NeedsJsonQuotationWrap ( ) : bool
Résultat bool

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

UtcEpoch public_oe static_oe property

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