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

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

공개 프로퍼티들

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

공개 메소드들

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

보호된 메소드들

메소드 설명
FileTypeBase ( Type thatClass, string javaTypeName, string objectiveCTypeName, string dbTypeName ) : System

메소드 상세

FileTypeBase() 보호된 메소드

protected FileTypeBase ( Type thatClass, string javaTypeName, string objectiveCTypeName, string dbTypeName ) : System
thatClass System.Type
javaTypeName string
objectiveCTypeName string
dbTypeName string
리턴 System

GetInstance() 공개 추상적인 메소드

public abstract 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 abstract Marshall ( object instance, TranslationContext context = null ) : string
instance object
context Simpl.Serialization.Context.TranslationContext
리턴 string

SimplEquals() 공개 메소드

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

프로퍼티 상세

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

public static DateTime,System DefaultValue
리턴 System.DateTime