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

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

공개 메소드들

메소드 설명
GetInstance ( string value, string formatStrings, IScalarUnmarshallingContext unmarshallingContext ) : object
Marshall ( object instance, TranslationContext context = null ) : string
PointType ( ) : System

메소드 상세

GetInstance() 공개 메소드

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

Marshall() 공개 메소드

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

PointType() 공개 메소드

public PointType ( ) : System
리턴 System