|
|
|
@ -413,6 +413,11 @@ |
|
|
|
The base class of the GBase database |
|
|
|
The base class of the GBase database |
|
|
|
</summary> |
|
|
|
</summary> |
|
|
|
</member> |
|
|
|
</member> |
|
|
|
|
|
|
|
<member name="F:GBase.GBase.GBASE_TABLE_FILE_EXTENSION"> |
|
|
|
|
|
|
|
<summary> |
|
|
|
|
|
|
|
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)"> |
|
|
|
<summary> |
|
|
|
<summary> |
|
|
|
The base class of the GBase database |
|
|
|
The base class of the GBase database |
|
|
|
@ -477,7 +482,7 @@ |
|
|
|
A <see cref="T:GBase.Interfaces.IGBase"/> table |
|
|
|
A <see cref="T:GBase.Interfaces.IGBase"/> table |
|
|
|
</summary> |
|
|
|
</summary> |
|
|
|
</member> |
|
|
|
</member> |
|
|
|
<member name="M:GBase.GBaseTable.#ctor"> |
|
|
|
<member name="M:GBase.GBaseTable.#ctor(GBase.FileHandling.Factories.IFileHandlerFactory)"> |
|
|
|
<summary> |
|
|
|
<summary> |
|
|
|
A <see cref="T:GBase.Interfaces.IGBase"/> table |
|
|
|
A <see cref="T:GBase.Interfaces.IGBase"/> table |
|
|
|
</summary> |
|
|
|
</summary> |
|
|
|
@ -497,12 +502,13 @@ |
|
|
|
The <see cref="T:GBase.Interfaces.IGBaseEntry"/>s of this <see cref="T:GBase.Interfaces.IGBaseTable"/> |
|
|
|
The <see cref="T:GBase.Interfaces.IGBaseEntry"/>s of this <see cref="T:GBase.Interfaces.IGBaseTable"/> |
|
|
|
</summary> |
|
|
|
</summary> |
|
|
|
</member> |
|
|
|
</member> |
|
|
|
<member name="M:GBase.GBaseTable.Init(System.Type,System.String,System.Threading.CancellationToken)"> |
|
|
|
<member name="M:GBase.GBaseTable.Init(System.Type,System.String,System.String,System.Threading.CancellationToken)"> |
|
|
|
<summary> |
|
|
|
<summary> |
|
|
|
Initialize this <see cref="T:GBase.Interfaces.IGBase"/> |
|
|
|
Initialize this <see cref="T:GBase.Interfaces.IGBase"/> |
|
|
|
</summary> |
|
|
|
</summary> |
|
|
|
<param name="type">The <see cref="T:System.Type"/> of the class that this <see cref="T:GBase.Interfaces.IGBaseTable"/> represents</param> |
|
|
|
<param name="type">The <see cref="T:System.Type"/> of the class that this <see cref="T:GBase.Interfaces.IGBaseTable"/> represents</param> |
|
|
|
<param name="name">The name of this <see cref="T:GBase.Interfaces.IGBaseTable"/></param> |
|
|
|
<param name="name">The name of this <see cref="T:GBase.Interfaces.IGBaseTable"/></param> |
|
|
|
|
|
|
|
<param name="databasePath">The path to the database files</param> |
|
|
|
<param name="cancellationToken">A <see cref="T:System.Threading.CancellationToken"/> to cancel the asynchronous operation</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> |
|
|
|
<returns>True if successful, false if not</returns> |
|
|
|
</member> |
|
|
|
</member> |
|
|
|
@ -821,12 +827,13 @@ |
|
|
|
The <see cref="T:GBase.Interfaces.IGBaseEntry"/>s of this <see cref="T:GBase.Interfaces.IGBaseTable"/> |
|
|
|
The <see cref="T:GBase.Interfaces.IGBaseEntry"/>s of this <see cref="T:GBase.Interfaces.IGBaseTable"/> |
|
|
|
</summary> |
|
|
|
</summary> |
|
|
|
</member> |
|
|
|
</member> |
|
|
|
<member name="M:GBase.Interfaces.IGBaseTable.Init(System.Type,System.String,System.Threading.CancellationToken)"> |
|
|
|
<member name="M:GBase.Interfaces.IGBaseTable.Init(System.Type,System.String,System.String,System.Threading.CancellationToken)"> |
|
|
|
<summary> |
|
|
|
<summary> |
|
|
|
Initialize this <see cref="T:GBase.Interfaces.IGBase"/> |
|
|
|
Initialize this <see cref="T:GBase.Interfaces.IGBase"/> |
|
|
|
</summary> |
|
|
|
</summary> |
|
|
|
<param name="type">The <see cref="T:System.Type"/> of the class that this <see cref="T:GBase.Interfaces.IGBaseTable"/> represents</param> |
|
|
|
<param name="type">The <see cref="T:System.Type"/> of the class that this <see cref="T:GBase.Interfaces.IGBaseTable"/> represents</param> |
|
|
|
<param name="name">The name of this <see cref="T:GBase.Interfaces.IGBaseTable"/></param> |
|
|
|
<param name="name">The name of this <see cref="T:GBase.Interfaces.IGBaseTable"/></param> |
|
|
|
|
|
|
|
/// <param name="databasePath">The path to the database files</param> |
|
|
|
<param name="cancellationToken">A <see cref="T:System.Threading.CancellationToken"/> to cancel the asynchronous operation</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> |
|
|
|
<returns>True if successful, false if not</returns> |
|
|
|
</member> |
|
|
|
</member> |
|
|
|
@ -835,5 +842,10 @@ |
|
|
|
Settings of a <see cref="T:GBase.Interfaces.IGBase"/> instance |
|
|
|
Settings of a <see cref="T:GBase.Interfaces.IGBase"/> instance |
|
|
|
</summary> |
|
|
|
</summary> |
|
|
|
</member> |
|
|
|
</member> |
|
|
|
|
|
|
|
<member name="P:GBase.Interfaces.Settings.IGBaseSettings.DatabasePath"> |
|
|
|
|
|
|
|
<summary> |
|
|
|
|
|
|
|
The path where the files of the GBase are located |
|
|
|
|
|
|
|
</summary> |
|
|
|
|
|
|
|
</member> |
|
|
|
</members> |
|
|
|
</members> |
|
|
|
</doc> |
|
|
|
</doc> |
|
|
|
|