|
virtual string | _IJGetName (string name) |
|
virtual List< Directories > | _IJGetHierarchie (List< Directories > hierarchie_base) |
|
virtual bool | _IJGetRawObject (out T payload, string path) |
|
virtual T | _IJPreProcess (T payload) |
|
virtual T | _IJPostProcess (T payload) |
|
bool | store (List< Directories > hierarchie, string name, bool use_install_folder=false, bool overwrite=true, bool deep_store=true) |
|
bool | store_children (List< Directories > hierarchie, string name, bool use_install_folder=false, bool overwrite=true, bool deep_store=true) |
|
static bool | store (List< Directories > hierarchie, string name, T payload, bool use_install_folder=false, bool overwrite=true, bool deep_store=true) |
|
static bool | store_children (List< Directories > hierarchie, string name, T payload, bool use_install_folder=false, bool overwrite=true, bool deep_store=true) |
|
static bool | load_children (List< Directories > hierarchie, string name, ref T raw_payload, bool use_install_folder=false, bool deep_load=true, bool post_process=true) |
|
static bool | load (List< Directories > hierarchie, string name, out T payload, bool use_install_folder=false, bool deep_load=true, bool post_process=true) |
|
static T | postprocess (T payload) |
|
static T | preprocess (T payload) |
|
static void | delete_children (List< Directories > hierarchie, string name, bool use_install_folder=false, int skip_last_children=0) |
|
static bool | delete (List< Directories > hierarchie, string name, bool use_install_folder=false) |
|
static readonly IJSONsavable< T > | Instance |
|
static readonly FieldInfo[] | JsonSaveableFields |
|
static readonly FieldInfo[] | JsonAutoPreProcessFields |
|
static readonly FieldInfo[] | JsonAutoPostProcessFields |
|
static readonly FieldInfo[] | JsonSeperateFields |
|
static List< Directories > | hierarchie |
|
Response to "POST /scroll/dynamic" using ScrollApplication
List<List<ScrollAssignment> > REST_JSON_API.ScrollDynamicInfo.backward_completions |
An array of scroll view completion suggestions for the yet missing assignments. For instance, the first element of completions might be a list of some (possibly not all) of the yet missing assignments of the request's scroll view. Analogously for the other elements of completions, if they exist. It might happen that multiple mutually exclusive completions exist, hence the response contains an array of them.
Contains backwart hints (°ABC => A,B,C)