Method | Description | |
---|---|---|
GetBoundItem ( string name ) : |
||
GetMethod ( string name, WoopsaValueType returnType, WoopsaMethodArgumentInfo argumentInfos ) : WoopsaMethod | ||
GetProperty ( string name, WoopsaValueType type, bool readOnly = null ) : |
Returns an existing unbound ClientProperty with the corresponding name or creates a new one if not found.
|
|
GetPropertyByPath ( string path, WoopsaValueType type, bool readOnly = null ) : |
Returns an existing unbound ClientProperty with the corresponding path or creates a new one if not found.
|
|
GetUnboundItem ( string name ) : |
Method | Description | |
---|---|---|
WoopsaUnboundClientObject ( |
public GetBoundItem ( string name ) : |
||
name | string | |
return |
public GetMethod ( string name, WoopsaValueType returnType, WoopsaMethodArgumentInfo argumentInfos ) : WoopsaMethod | ||
name | string | |
returnType | WoopsaValueType | |
argumentInfos | WoopsaMethodArgumentInfo | |
return | WoopsaMethod |
public GetProperty ( string name, WoopsaValueType type, bool readOnly = null ) : |
||
name | string | |
type | WoopsaValueType | |
readOnly | bool | /// null means we don't care and want to get back the existing property if any. /// if none is available, a read/write property is then returned. /// |
return |
public GetPropertyByPath ( string path, WoopsaValueType type, bool readOnly = null ) : |
||
path | string | |
type | WoopsaValueType | |
readOnly | bool | /// null means we don't care and want to get back the existing property if any. /// if none is available, a read/write property is then returned. /// |
return |
public GetUnboundItem ( string name ) : |
||
name | string | |
return |