From 6038278a3dd709860b36d0b97977421e99d384b7 Mon Sep 17 00:00:00 2001 From: Simon Gockner Date: Wed, 12 Feb 2020 11:53:46 +0100 Subject: [PATCH] #10: update .xml --- GBase/GBase.xml | 455 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 455 insertions(+) diff --git a/GBase/GBase.xml b/GBase/GBase.xml index 0ea9f4d..045a197 100644 --- a/GBase/GBase.xml +++ b/GBase/GBase.xml @@ -19,6 +19,256 @@ Tags a class as a + + + An interface for the + + + + + An interface for the + + The + A factory for the + A factory for the + + + + Set the value for the given property + + The that implements the property + The of the property + The name of the property + The value to set + If true an existing value is overwritten, if false an additional value is added + A to await + + + + Remove the value for the given property + + The of the property + The of the property + The name of the property + The value to set + A to await + + + + Try to get values from the cache for the given property + + The that implements the property + The of the property + The name of the property + An with all the values for the property + + + + Entry for the + + + + + Entry for the + + The that implements the property + The name of the property + The value of the property + Factory for the + + + + The of the + + + + + The properties of the + + + + + A property entry for the + + + + + A property entry for the + + The name of the property + The value of the property + + + + The name of the property + + + + + This property is initialized in the + + + + + The values of the property + + + + + A that handles its data in an xml file + + + + + The element name of the value element + + + + + The attribute name of the value attribute + + + + + A that handles its data in an xml file + + The path to the xml file + The root element name of the xml file + The factory + The factory + The factory + + + + Initialize the + + If true an existing value is overwritten, if false an additional value is added + A to cancel the async operation + Returns true if successful, false if not + + + + Set the value for the given property + + The that implements the property + The of the property + The name of the property + The value to set + A to await + + + + Remove the value for the given property + + The of the property + The of the property + The name of the property + The value to set + A to await + + + + Get the value for the given property, if multiple values are set the first is returned + + The that implements the property + The of the property + The name of the property + The value for the given property + + + + Get all the values that are set for the given property + + The that implements the property + The of the property + The name of the property + An with all the values for the property + + + + Dispose used resources asynchronously + + A to await + + + + A that reads from a xml file + + + + + A that reads from a xml file + + The path to the xml file + + + + Initialize the + + A to cancel the async operation + Returns true if successful, false if not + + + + Read the data of a property + + The + The of the property + The name of the property + The data of the given property, null if no data found + + + + Dispose used resources asynchronously + + A to await + + + + A that writes to a xml file + + + + + A that writes to an xml file + + The path to the xml file + The root element name of the xml file + + + + Initialize the + + A to cancel the async operation + Returns true if successful, false if not + + + + Write the data of a property + + The that implements the property + The of the property + The name of the property + The value of the property + If true an existing value is overwritten, if false an additional value is added + A to await + + + + Remove the value for the given property + + The of the property + The of the property + The name of the property + The value to set + A to await + + + + Dispose used resources asynchronously + + A to await + An entry of a @@ -69,6 +319,211 @@ A to await + + + An interface for the + + + + + Set the value for the given property + + The that implements the property + The of the property + The name of the property + The value to set + If true an existing value is overwritten, if false an additional value is added + A to await + + + + Remove the value for the given property + + The of the property + The of the property + The name of the property + The value to set + A to await + + + + Try to get values from the cache for the given property + + The that implements the property + The of the property + The name of the property + An with all the values for the property + + + + Entry for the + + + + + The of the + + + + + The properties of the + + + + + A property entry for the + + + + + The name of the property + + + + + This property is initialized in the + + + + + The values of the property + + + + + Interface for data handlers to implement + + + + + Initialize the + + If true an existing value is overwritten, if false an additional value is added + A to cancel the async operation + Returns true if successful, false if not + + + + Set the value for the given property + + The of the property + The of the property + The name of the property + The value to set + A to await + + + + Remove the value for the given property + + The of the property + The of the property + The name of the property + The value to set + A to await + + + + Get the value for the given property, if multiple values are set the first is returned + + The of the property + The of the property + The name of the property + The value for the given property + + + + Get all the values that are set for the given property + + The of the property + The of the property + The name of the property + An with all the values for the property + + + + Interface for data readers to implement + + + + + Initialize the + + A to cancel the async operation + Returns true if successful, false if not + + + + Read the data of a property + + The + The of the property + The name of the property + The data of the given property, null if no data found + + + + Interface for data writers to implement + + + + + Initialize the + + A to cancel the async operation + Returns true if successful, false if not + + + + Write the data of a property + + The + The of the property + The name of the property + The value of the property + If true an existing value is overwritten, if false an additional value is added + A to await + + + + Remove the value for the given property + + The of the property + The of the property + The name of the property + The value to set + A to await + + + + An interface for the + + + + + Entry for the + + + + + A property entry for the + + + + + A that handles its data in an xml file + + + + + A that writes to an xml file + + + + + An that writes to a xml file + + Internal file handler