|
|
|
|
@ -355,6 +355,11 @@ |
|
|
|
|
</summary> |
|
|
|
|
<param name="interfaceType"></param> |
|
|
|
|
</member> |
|
|
|
|
<member name="P:GBase.Exceptions.InterfaceEnumerablePassedException.InterfaceType"> |
|
|
|
|
<summary> |
|
|
|
|
The <see cref="T:System.Type"/> of the passed interface |
|
|
|
|
</summary> |
|
|
|
|
</member> |
|
|
|
|
<member name="T:GBase.Factories.IGBaseEntryFactory"> |
|
|
|
|
<summary> |
|
|
|
|
Factory for the <see cref="T:GBase.Interfaces.IGBaseEntry"/> |
|
|
|
|
@ -429,11 +434,12 @@ |
|
|
|
|
The file extension for all GBase tables |
|
|
|
|
</summary> |
|
|
|
|
</member> |
|
|
|
|
<member name="M:GBase.GBase.#ctor(GBase.Interfaces.Settings.IGBaseSettings)"> |
|
|
|
|
<member name="M:GBase.GBase.#ctor(GBase.Interfaces.Settings.IGBaseSettings,GBase.Factories.IGBaseTableFactory)"> |
|
|
|
|
<summary> |
|
|
|
|
The base class of the GBase database |
|
|
|
|
</summary> |
|
|
|
|
<param name="settings">The <see cref="T:GBase.Interfaces.Settings.IGBaseSettings"/> for this <see cref="T:GBase.GBase"/></param> |
|
|
|
|
<param name="gBaseTableFactory">Factory for the <see cref="T:GBase.Interfaces.IGBaseTable"/></param> |
|
|
|
|
</member> |
|
|
|
|
<member name="P:GBase.GBase.Name"> |
|
|
|
|
<summary> |
|
|
|
|
@ -450,11 +456,12 @@ |
|
|
|
|
The <see cref="T:GBase.Interfaces.IGBaseTable"/>s of this <see cref="T:GBase.GBase"/> |
|
|
|
|
</summary> |
|
|
|
|
</member> |
|
|
|
|
<member name="M:GBase.GBase.Init(System.String,System.Threading.CancellationToken)"> |
|
|
|
|
<member name="M:GBase.GBase.Init(System.String,System.Reflection.Assembly,System.Threading.CancellationToken)"> |
|
|
|
|
<summary> |
|
|
|
|
Initialize this <see cref="T:GBase.GBase"/> |
|
|
|
|
</summary> |
|
|
|
|
<param name="name">The name of this <see cref="T:GBase.GBase"/></param> |
|
|
|
|
<param name="databaseAssembly">The <see cref="T:System.Reflection.Assembly"/> of the database</param> |
|
|
|
|
<param name="cancellationToken">A <see cref="T:System.Threading.CancellationToken"/> to cancel the asynchronous operation</param> |
|
|
|
|
<returns>True if successful, false if not</returns> |
|
|
|
|
</member> |
|
|
|
|
@ -820,11 +827,12 @@ |
|
|
|
|
The <see cref="T:GBase.Interfaces.IGBaseTable"/>s of this <see cref="T:GBase.Interfaces.IGBase"/> |
|
|
|
|
</summary> |
|
|
|
|
</member> |
|
|
|
|
<member name="M:GBase.Interfaces.IGBase.Init(System.String,System.Threading.CancellationToken)"> |
|
|
|
|
<member name="M:GBase.Interfaces.IGBase.Init(System.String,System.Reflection.Assembly,System.Threading.CancellationToken)"> |
|
|
|
|
<summary> |
|
|
|
|
Initialize this <see cref="T:GBase.Interfaces.IGBase"/> |
|
|
|
|
</summary> |
|
|
|
|
<param name="name">The name of this <see cref="T:GBase.Interfaces.IGBase"/></param> |
|
|
|
|
<param name="databaseAssembly">The <see cref="T:System.Reflection.Assembly"/> of the database</param> |
|
|
|
|
<param name="cancellationToken">A <see cref="T:System.Threading.CancellationToken"/> to cancel the asynchronous operation</param> |
|
|
|
|
<returns>True if successful, false if not</returns> |
|
|
|
|
</member> |
|
|
|
|
|