C# 클래스 Simpl.Serialization.Types.Scalar.DateTimeType

상속: ReferenceType
파일 보기 프로젝트 열기: ecologylab/simplCSharp

공개 프로퍼티들

프로퍼티 타입 설명
DefaultValue System.DateTime
UtcEpoch System.DateTime

공개 메소드들

메소드 설명
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

메소드 상세

DateTimeType() 공개 메소드

Calls the parent constructor for int type
public DateTimeType ( ) : System
리턴 System

DateTimeType() 공개 메소드

public DateTimeType ( Type type ) : System
type System.Type
리턴 System

GetInstance() 공개 메소드

public GetInstance ( string value, string formatStrings, IScalarUnmarshallingContext scalarUnmarshallingContext ) : object
value string
formatStrings string
scalarUnmarshallingContext IScalarUnmarshallingContext
리턴 object

IsDefaultValue() 공개 메소드

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

Marshall() 공개 메소드

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

NeedsJsonQuotationWrap() 공개 메소드

public NeedsJsonQuotationWrap ( ) : bool
리턴 bool

SimplEquals() 공개 메소드

public SimplEquals ( object left, object right ) : bool
left object
right object
리턴 bool

프로퍼티 상세

DefaultValue 공개적으로 정적으로 프로퍼티

public static DateTime,System DefaultValue
리턴 System.DateTime

UtcEpoch 공개적으로 정적으로 프로퍼티

public static DateTime,System UtcEpoch
리턴 System.DateTime