@ -494,6 +494,45 @@
<param name= "value" > The value to set</param>
<returns > A <see cref= "T:System.Threading.Tasks.Task" /> to await</returns>
</member>
<member name= "T:GBase.Interfaces.DataHandling.Xml.Cache.Factories.IXmlDataHandlerCacheEntryFactory" >
<summary >
Factory for the <see cref= "T:GBase.Interfaces.DataHandling.Xml.Cache.IXmlDataHandlerCacheEntry" />
</summary>
</member>
<member name= "M:GBase.Interfaces.DataHandling.Xml.Cache.Factories.IXmlDataHandlerCacheEntryFactory.Create(System.Type,System.String,System.Object)" >
<summary >
Create an <see cref= "T:GBase.Interfaces.DataHandling.Xml.Cache.IXmlDataHandlerCacheEntry" />
</summary>
<param name= "type" > The <see cref= "T:System.Type" /> that implements the property</param>
<param name= "propertyName" > The name of the property</param>
<param name= "value" > The value of the property</param>
<returns > A newly created instance of the implementation for <see cref= "T:GBase.Interfaces.DataHandling.Xml.Cache.IXmlDataHandlerCacheEntry" /> </returns>
</member>
<member name= "T:GBase.Interfaces.DataHandling.Xml.Cache.Factories.IXmlDataHandlerCacheFactory" >
<summary >
Factory for the <see cref= "T:GBase.Interfaces.DataHandling.Xml.Cache.IXmlDataHandlerCache" />
</summary>
</member>
<member name= "M:GBase.Interfaces.DataHandling.Xml.Cache.Factories.IXmlDataHandlerCacheFactory.Create(GBase.Interfaces.DataHandling.Xml.IXmlDataReader)" >
<summary >
Creates an <see cref= "T:GBase.Interfaces.DataHandling.Xml.Cache.IXmlDataHandlerCache" />
</summary>
<param name= "xmlDataReader" > The <see cref= "T:GBase.Interfaces.DataHandling.Xml.IXmlDataReader" /> </param>
<returns > A newly created instance of the implementation for <see cref= "T:GBase.Interfaces.DataHandling.Xml.Cache.IXmlDataHandlerCache" /> </returns>
</member>
<member name= "T:GBase.Interfaces.DataHandling.Xml.Cache.Factories.IXmlDataHandlerCachePropertyEntryFactory" >
<summary >
Factory for the <see cref= "T:GBase.Interfaces.DataHandling.Xml.Cache.IXmlDataHandlerCachePropertyEntry" />
</summary>
</member>
<member name= "M:GBase.Interfaces.DataHandling.Xml.Cache.Factories.IXmlDataHandlerCachePropertyEntryFactory.Create(System.String,System.Object)" >
<summary >
Creates an <see cref= "T:GBase.Interfaces.DataHandling.Xml.Cache.IXmlDataHandlerCachePropertyEntry" />
</summary>
<param name= "propertyName" > The name of the property</param>
<param name= "value" > The value of the property</param>
<returns > A newly created instance of the implementation for <see cref= "T:GBase.Interfaces.DataHandling.Xml.Cache.IXmlDataHandlerCachePropertyEntry" /> </returns>
</member>
<member name= "T:GBase.Interfaces.DataHandling.Xml.Cache.IXmlDataHandlerCache" >
<summary >
An interface for the <see cref= "T:GBase.Interfaces.DataHandling.Xml.Cache.IXmlDataHandlerCache" />
@ -509,6 +548,42 @@
A property entry for the <see cref= "T:GBase.Interfaces.DataHandling.Xml.Cache.IXmlDataHandlerCacheEntry" />
</summary>
</member>
<member name= "T:GBase.Interfaces.DataHandling.Xml.Factories.IXmlDataHandlerFactory" >
<summary >
Factory for the <see cref= "T:GBase.Interfaces.DataHandling.Xml.IXmlDataHandler" />
</summary>
</member>
<member name= "M:GBase.Interfaces.DataHandling.Xml.Factories.IXmlDataHandlerFactory.Create" >
<summary >
Creates an <see cref= "T:GBase.Interfaces.DataHandling.Xml.IXmlDataHandler" />
</summary>
<returns > A newly created instance of the implementation for <see cref= "T:GBase.Interfaces.DataHandling.Xml.IXmlDataHandler" /> </returns>
</member>
<member name= "T:GBase.Interfaces.DataHandling.Xml.Factories.IXmlDataReaderFactory" >
<summary >
Factory for the <see cref= "T:GBase.Interfaces.DataHandling.Xml.IXmlDataReader" />
</summary>
</member>
<member name= "M:GBase.Interfaces.DataHandling.Xml.Factories.IXmlDataReaderFactory.Create(System.String)" >
<summary >
Creates an <see cref= "T:GBase.Interfaces.DataHandling.Xml.IXmlDataReader" />
</summary>
<param name= "path" > The path to the xml file</param>
<returns > A newly created instance of the implementation for <see cref= "T:GBase.Interfaces.DataHandling.Xml.IXmlDataReader" /> </returns>
</member>
<member name= "T:GBase.Interfaces.DataHandling.Xml.Factories.IXmlDataWriterFactory" >
<summary >
Factory for the <see cref= "T:GBase.Interfaces.DataHandling.Xml.IXmlDataWriter" />
</summary>
</member>
<member name= "M:GBase.Interfaces.DataHandling.Xml.Factories.IXmlDataWriterFactory.Create(System.String,System.String)" >
<summary >
Creates an <see cref= "T:GBase.Interfaces.DataHandling.Xml.IXmlDataWriter" />
</summary>
<param name= "path" > The path to the xml file</param>
<param name= "rootElementName" > The root element name of the xml file</param>
<returns > A newly created instance of the implementation for <see cref= "T:GBase.Interfaces.DataHandling.Xml.IXmlDataWriter" /> </returns>
</member>
<member name= "T:GBase.Interfaces.DataHandling.Xml.IXmlDataHandler" >
<summary >
A <see cref= "T:GBase.Interfaces.DataHandling.IDataHandler" /> that handles its data in an xml file