Свойство | Тип | Описание | |
---|---|---|---|
PersistentObject | System | ||
ToServiceObject | Newtonsoft.Json.Linq.JObject |
Метод | Описание | |
---|---|---|
CancelEdit ( ) : void | ||
Edit ( ) : void | ||
GetAction ( string actionName ) : |
||
GetAttribute ( string attributeName ) : |
||
GetAttributeValue ( string attributeName ) : object | ||
GetQuery ( string queryName ) : Query | ||
RefreshAttributesAsync ( |
||
RefreshFromResult ( |
||
Save ( ) : System.Threading.Tasks.Task | ||
SetAttributeValue ( string attributeName, object value ) : void | ||
SetNotification ( string notification, NotificationType notificationType = NotificationType.Error ) : void | ||
this ( string name ) : |
Метод | Описание | |
---|---|---|
CreateAttributesTab ( |
||
CreateQueryTab ( Query query ) : |
||
GetServiceProperties ( ) : string[] |
Метод | Описание | |
---|---|---|
PersistentObject ( Newtonsoft.Json.Linq.JObject model ) : System | ||
ToServiceObject ( ) : Newtonsoft.Json.Linq.JObject |
protected CreateAttributesTab ( |
||
attributes | ||
title | string | |
parent | ||
Результат |
protected CreateQueryTab ( Query query ) : |
||
query | Query | |
Результат |
public GetAction ( string actionName ) : |
||
actionName | string | |
Результат |
public GetAttribute ( string attributeName ) : |
||
attributeName | string | |
Результат |
public GetAttributeValue ( string attributeName ) : object | ||
attributeName | string | |
Результат | object |
public GetQuery ( string queryName ) : Query | ||
queryName | string | |
Результат | Query |
protected GetServiceProperties ( ) : string[] | ||
Результат | string[] |
public RefreshAttributesAsync ( |
||
attribute | ||
Результат | System.Threading.Tasks.Task |
public RefreshFromResult ( |
||
result | ||
Результат | System.Threading.Tasks.Task |
public Save ( ) : System.Threading.Tasks.Task | ||
Результат | System.Threading.Tasks.Task |
public SetAttributeValue ( string attributeName, object value ) : void | ||
attributeName | string | |
value | object | |
Результат | void |
public SetNotification ( string notification, NotificationType notificationType = NotificationType.Error ) : void | ||
notification | string | |
notificationType | NotificationType | |
Результат | void |
public this ( string name ) : |
||
name | string | |
Результат |