C# 클래스 Uiml.Rendering.WXnet.WxTypeDecoder

상속: TypeDecoder
파일 보기 프로젝트 열기: jozilla/Uiml.net 1 사용 예제들

공개 메소드들

메소드 설명
GetArg ( System o, Type t ) : Object
GetArgs ( System.Property p, Type types ) : System.Object[]
GetMultipleArgs ( System.Property p, Type types ) : System.Object[]

Given an array of properties and an array of types, this method will create an array of objects by converting each property value (p[i].Value) into its appropriate type accoriding to the Type array (types[i])

WxTypeDecoder ( ) : System

보호된 메소드들

메소드 설명
ConvertComplex ( Type t, System.Property p ) : Object
ConvertComplex ( Type t, System oValue ) : Object

메소드 상세

ConvertComplex() 보호된 메소드

protected ConvertComplex ( Type t, System.Property p ) : Object
t System.Type
p System.Property
리턴 System.Object

ConvertComplex() 보호된 메소드

protected ConvertComplex ( Type t, System oValue ) : Object
t System.Type
oValue System
리턴 System.Object

GetArg() 공개 메소드

public GetArg ( System o, Type t ) : Object
o System
t System.Type
리턴 System.Object

GetArgs() 공개 메소드

public GetArgs ( System.Property p, Type types ) : System.Object[]
p System.Property
types System.Type
리턴 System.Object[]

GetMultipleArgs() 공개 메소드

Given an array of properties and an array of types, this method will create an array of objects by converting each property value (p[i].Value) into its appropriate type accoriding to the Type array (types[i])
public GetMultipleArgs ( System.Property p, Type types ) : System.Object[]
p System.Property
types System.Type
리턴 System.Object[]

WxTypeDecoder() 공개 메소드

public WxTypeDecoder ( ) : System
리턴 System