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

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

공개 메소드들

메소드 설명
ColorStringToBrush ( string name ) : Color?
ColorType ( ) : System
ColorType ( Type thatClass, string javaTypeName, string objectiveCTypeName, string dbTypeName ) : System
GetInstance ( string value, string formatStrings, IScalarUnmarshallingContext scalarUnmarshallingContext ) : object
Marshall ( object instance, TranslationContext context = null ) : string

비공개 메소드들

메소드 설명
RgbToBrush ( string value ) : Color?

메소드 상세

ColorStringToBrush() 공개 메소드

public ColorStringToBrush ( string name ) : Color?
name string
리턴 Color?

ColorType() 공개 메소드

public ColorType ( ) : System
리턴 System

ColorType() 공개 메소드

public ColorType ( Type thatClass, string javaTypeName, string objectiveCTypeName, string dbTypeName ) : System
thatClass System.Type
javaTypeName string
objectiveCTypeName string
dbTypeName string
리턴 System

GetInstance() 공개 메소드

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

Marshall() 공개 메소드

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