C# Класс Woopsa.WoopsaUnboundClientObject

Наследование: WoopsaBaseClientObject
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
GetBoundItem ( string name ) : WoopsaBoundClientObject
GetMethod ( string name, WoopsaValueType returnType, WoopsaMethodArgumentInfo argumentInfos ) : WoopsaMethod
GetProperty ( string name, WoopsaValueType type, bool readOnly = null ) : WoopsaClientProperty

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 ) : WoopsaClientProperty

Returns an existing unbound ClientProperty with the corresponding path or creates a new one if not found.

GetUnboundItem ( string name ) : WoopsaUnboundClientObject

Приватные методы

Метод Описание
WoopsaUnboundClientObject ( WoopsaClient client, WoopsaContainer container, string name, IWoopsaContainer root ) : System

Описание методов

GetBoundItem() публичный Метод

public GetBoundItem ( string name ) : WoopsaBoundClientObject
name string
Результат WoopsaBoundClientObject

GetMethod() публичный Метод

public GetMethod ( string name, WoopsaValueType returnType, WoopsaMethodArgumentInfo argumentInfos ) : WoopsaMethod
name string
returnType WoopsaValueType
argumentInfos WoopsaMethodArgumentInfo
Результат WoopsaMethod

GetProperty() публичный Метод

Returns an existing unbound ClientProperty with the corresponding name or creates a new one if not found.
public GetProperty ( string name, WoopsaValueType type, bool readOnly = null ) : WoopsaClientProperty
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. ///
Результат WoopsaClientProperty

GetPropertyByPath() публичный Метод

Returns an existing unbound ClientProperty with the corresponding path or creates a new one if not found.
public GetPropertyByPath ( string path, WoopsaValueType type, bool readOnly = null ) : WoopsaClientProperty
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. ///
Результат WoopsaClientProperty

GetUnboundItem() публичный Метод

public GetUnboundItem ( string name ) : WoopsaUnboundClientObject
name string
Результат WoopsaUnboundClientObject