@ -201,7 +201,6 @@
<summary >
A <see cref= "T:GBase.Interfaces.DataHandling.IDataHandler" /> that handles its data in an xml file
</summary>
<param name= "path" > The path to the xml file</param>
<param name= "xmlDataReaderFactory" > The <see cref= "T:GBase.Interfaces.DataHandling.Xml.IXmlDataReader" /> factory</param>
<param name= "xmlDataWriterFactory" > The <see cref= "T:GBase.Interfaces.DataHandling.Xml.IXmlDataWriter" /> factory</param>
<param name= "xmlDataHandlerCacheFactory" > The <see cref= "T:GBase.Interfaces.DataHandling.Xml.Cache.IXmlDataHandlerCache" /> factory</param>
@ -261,9 +260,15 @@
</member>
<member name= "T:GBase.DataHandling.XmlDataReader" >
<summary >
A <see cref= "T:GBase.Interfaces.DataHandling.IDataReader" /> that reads from a xml file
An <see cref= "T:GBase.Interfaces.DataHandling.IDataReader" /> that reads from a xml file
</summary>
</member>
<member name= "M:GBase.DataHandling.XmlDataReader.#ctor(GBase.Interfaces.IGBase)" >
<summary >
An <see cref= "T:GBase.Interfaces.DataHandling.IDataReader" /> that reads from a xml file
</summary>
<param name= "gBase" > The <see cref= "T:GBase.Interfaces.IGBase" /> </param>
</member>
<member name= "M:GBase.DataHandling.XmlDataReader.Read``2(System.IO.FileStream,System.String,System.Threading.CancellationToken)" >
<summary >
Read the data of a property
@ -648,14 +653,16 @@
Convert an <see cref= "T:System.Collections.IEnumerable" /> to a GBase <see cref= "T:System.String" />
</summary>
<param name= "enumerable" > The <see cref= "T:System.Collections.IEnumerable" /> </param>
<returns > </returns>
<returns > The converted <see cref= "T:System.Collections.IEnumerable" /> as a GBase <see cref= "T:System.String" /> </returns>
</member>
<member name= "M:GBase.Helpers.Enumerables.ConvertToGBaseEnumerable``1(System.String)" >
<member name= "M:GBase.Helpers.Enumerables.ConvertToGBaseEnumerable``1(System.String,GBase.Interfaces.IGBase )" >
<summary >
Convert a given <see cref= "T:System.String" /> to an <see cref= "T:System.Collections.Generic.IEnumerable`1" /> of <see cref= "T:System.Type" /> <typeparamref name= "TEnumerable" />
</summary>
<typeparam name= "TEnumerable" > The <see cref= "T:System.Collections.Generic.IEnumerable`1" /> <see cref= "T:System.Type" /> </typeparam>
<typeparam name= "T" > </typeparam>
<param name= "string" > The given <see cref= "T:System.String" /> </param>
<param name= "gBase" > </param>
<returns > An <see cref= "T:System.Collections.Generic.IEnumerable`1" /> of <see cref= "T:System.Type" /> <typeparamref name= "TEnumerable" /> </returns>
<exception cref= "T:GBase.Exceptions.InterfaceEnumerablePassedException" > Interface was passed to an <see cref= "T:System.Collections.Generic.IEnumerable`1" /> </exception>
</member>