|
|
|
@ -361,6 +361,50 @@ |
|
|
|
The <see cref="T:System.Type"/> of the passed interface |
|
|
|
The <see cref="T:System.Type"/> of the passed interface |
|
|
|
</summary> |
|
|
|
</summary> |
|
|
|
</member> |
|
|
|
</member> |
|
|
|
|
|
|
|
<member name="T:GBase.Exceptions.InvalidTableTypeException"> |
|
|
|
|
|
|
|
<summary> |
|
|
|
|
|
|
|
<see cref="T:System.Exception"/> that the passed table type doesn't implement <see cref="T:GBase.Api.INotifyGBaseEntryChanged"/>"/> |
|
|
|
|
|
|
|
</summary> |
|
|
|
|
|
|
|
</member> |
|
|
|
|
|
|
|
<member name="M:GBase.Exceptions.InvalidTableTypeException.#ctor(System.Type)"> |
|
|
|
|
|
|
|
<summary> |
|
|
|
|
|
|
|
<see cref="T:System.Exception"/> that the passed table type doesn't implement <see cref="T:GBase.Api.INotifyGBaseEntryChanged"/>"/> |
|
|
|
|
|
|
|
</summary> |
|
|
|
|
|
|
|
<param name="type">The table type</param> |
|
|
|
|
|
|
|
</member> |
|
|
|
|
|
|
|
<member name="T:GBase.Exceptions.MissingTableException"> |
|
|
|
|
|
|
|
<summary> |
|
|
|
|
|
|
|
<see cref="T:System.Exception"/> that the table for the given <see cref="P:GBase.Exceptions.MissingTableException.Type"/> is missing |
|
|
|
|
|
|
|
</summary> |
|
|
|
|
|
|
|
</member> |
|
|
|
|
|
|
|
<member name="M:GBase.Exceptions.MissingTableException.#ctor(System.Type)"> |
|
|
|
|
|
|
|
<summary> |
|
|
|
|
|
|
|
<see cref="T:System.Exception"/> that the table for the given <see cref="P:GBase.Exceptions.MissingTableException.Type"/> is missing |
|
|
|
|
|
|
|
</summary> |
|
|
|
|
|
|
|
</member> |
|
|
|
|
|
|
|
<member name="P:GBase.Exceptions.MissingTableException.Type"> |
|
|
|
|
|
|
|
<summary> |
|
|
|
|
|
|
|
The <see cref="P:GBase.Exceptions.MissingTableException.Type"/> that has no table |
|
|
|
|
|
|
|
</summary> |
|
|
|
|
|
|
|
</member> |
|
|
|
|
|
|
|
<member name="T:GBase.Factories.GBaseTableFactory"> |
|
|
|
|
|
|
|
<summary> |
|
|
|
|
|
|
|
Factory for the <see cref="T:GBase.Interfaces.IGBaseTable"/> |
|
|
|
|
|
|
|
</summary> |
|
|
|
|
|
|
|
</member> |
|
|
|
|
|
|
|
<member name="M:GBase.Factories.GBaseTableFactory.#ctor(GBase.FileHandling.Factories.IFileHandlerFactory,GBase.Factories.IGBaseColumnFactory)"> |
|
|
|
|
|
|
|
<summary> |
|
|
|
|
|
|
|
Factory for the <see cref="T:GBase.Interfaces.IGBaseTable"/> |
|
|
|
|
|
|
|
</summary> |
|
|
|
|
|
|
|
<param name="fileHandlerFactory">Factory for the <see cref="T:GBase.Interfaces.FileHandling.IFileHandler"/></param> |
|
|
|
|
|
|
|
<param name="gBaseColumnFactory">Factory for the <see cref="T:GBase.Interfaces.IGBaseColumn"/></param> |
|
|
|
|
|
|
|
</member> |
|
|
|
|
|
|
|
<member name="M:GBase.Factories.GBaseTableFactory.Create(System.Type)"> |
|
|
|
|
|
|
|
<summary> |
|
|
|
|
|
|
|
Creates an <see cref="T:GBase.Interfaces.IGBaseTable"/> |
|
|
|
|
|
|
|
</summary> |
|
|
|
|
|
|
|
<returns>A newly created instance of the implementation for <see cref="T:GBase.Interfaces.IGBaseTable"/></returns> |
|
|
|
|
|
|
|
</member> |
|
|
|
<member name="T:GBase.Factories.IGBaseColumnFactory"> |
|
|
|
<member name="T:GBase.Factories.IGBaseColumnFactory"> |
|
|
|
<summary> |
|
|
|
<summary> |
|
|
|
Factory for the <see cref="T:GBase.Interfaces.IGBaseColumn"/> |
|
|
|
Factory for the <see cref="T:GBase.Interfaces.IGBaseColumn"/> |
|
|
|
@ -389,7 +433,7 @@ |
|
|
|
Factory for the <see cref="T:GBase.Interfaces.IGBaseTable"/> |
|
|
|
Factory for the <see cref="T:GBase.Interfaces.IGBaseTable"/> |
|
|
|
</summary> |
|
|
|
</summary> |
|
|
|
</member> |
|
|
|
</member> |
|
|
|
<member name="M:GBase.Factories.IGBaseTableFactory.Create"> |
|
|
|
<member name="M:GBase.Factories.IGBaseTableFactory.Create(System.Type)"> |
|
|
|
<summary> |
|
|
|
<summary> |
|
|
|
Creates an <see cref="T:GBase.Interfaces.IGBaseTable"/> |
|
|
|
Creates an <see cref="T:GBase.Interfaces.IGBaseTable"/> |
|
|
|
</summary> |
|
|
|
</summary> |
|
|
|
@ -551,37 +595,54 @@ |
|
|
|
</summary> |
|
|
|
</summary> |
|
|
|
<returns>A <see cref="T:System.Threading.Tasks.ValueTask"/> to await</returns> |
|
|
|
<returns>A <see cref="T:System.Threading.Tasks.ValueTask"/> to await</returns> |
|
|
|
</member> |
|
|
|
</member> |
|
|
|
<member name="T:GBase.GBaseTable"> |
|
|
|
<member name="T:GBase.GBaseObject`1"> |
|
|
|
|
|
|
|
<summary> |
|
|
|
|
|
|
|
GBase object that supplies inheriting classes with methods to get data from a <see cref="T:GBase.Interfaces.IGBase"/> |
|
|
|
|
|
|
|
</summary> |
|
|
|
|
|
|
|
</member> |
|
|
|
|
|
|
|
<member name="M:GBase.GBaseObject`1.#ctor(GBase.Interfaces.IGBase)"> |
|
|
|
|
|
|
|
<summary> |
|
|
|
|
|
|
|
GBase object that allows conversion from <see cref="T:System.String"/> |
|
|
|
|
|
|
|
</summary> |
|
|
|
|
|
|
|
<exception cref="T:GBase.Exceptions.MissingTableException">No table for <typeparamref name="T"/> is existing</exception> |
|
|
|
|
|
|
|
</member> |
|
|
|
|
|
|
|
<member name="M:GBase.GBaseObject`1.InitializeFromString(System.String)"> |
|
|
|
|
|
|
|
<summary> |
|
|
|
|
|
|
|
Initialize this <see cref="T:GBase.GBaseObject`1"/> from a given <see cref="T:System.String"/> |
|
|
|
|
|
|
|
</summary> |
|
|
|
|
|
|
|
<param name="string">The given <see cref="T:System.String"/></param> |
|
|
|
|
|
|
|
</member> |
|
|
|
|
|
|
|
<member name="T:GBase.GBaseTable`1"> |
|
|
|
<summary> |
|
|
|
<summary> |
|
|
|
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(GBase.FileHandling.Factories.IFileHandlerFactory,GBase.Factories.IGBaseColumnFactory)"> |
|
|
|
<member name="M:GBase.GBaseTable`1.#ctor(GBase.FileHandling.Factories.IFileHandlerFactory,GBase.Factories.IGBaseColumnFactory)"> |
|
|
|
<summary> |
|
|
|
<summary> |
|
|
|
A <see cref="T:GBase.Interfaces.IGBase"/> table |
|
|
|
A <see cref="T:GBase.Interfaces.IGBase"/> table |
|
|
|
</summary> |
|
|
|
</summary> |
|
|
|
</member> |
|
|
|
</member> |
|
|
|
<member name="P:GBase.GBaseTable.Type"> |
|
|
|
<member name="P:GBase.GBaseTable`1.Type"> |
|
|
|
<summary> |
|
|
|
<summary> |
|
|
|
The <see cref="T:System.Type"/> of the class that this <see cref="T:GBase.Interfaces.IGBaseTable"/> represents |
|
|
|
The <see cref="T:System.Type"/> of the class that this <see cref="T:GBase.Interfaces.IGBaseTable"/> represents |
|
|
|
</summary> |
|
|
|
</summary> |
|
|
|
</member> |
|
|
|
</member> |
|
|
|
<member name="P:GBase.GBaseTable.Name"> |
|
|
|
<member name="P:GBase.GBaseTable`1.Name"> |
|
|
|
<summary> |
|
|
|
<summary> |
|
|
|
The name of this <see cref="T:GBase.Interfaces.IGBaseTable"/> |
|
|
|
The name of this <see cref="T:GBase.Interfaces.IGBaseTable"/> |
|
|
|
</summary> |
|
|
|
</summary> |
|
|
|
</member> |
|
|
|
</member> |
|
|
|
<member name="P:GBase.GBaseTable.Columns"> |
|
|
|
<member name="P:GBase.GBaseTable`1.Columns"> |
|
|
|
<summary> |
|
|
|
<summary> |
|
|
|
The <see cref="T:GBase.Interfaces.IGBaseColumn"/>s of this <see cref="T:GBase.Interfaces.IGBaseTable"/> |
|
|
|
The <see cref="T:GBase.Interfaces.IGBaseColumn"/>s of this <see cref="T:GBase.Interfaces.IGBaseTable"/> |
|
|
|
</summary> |
|
|
|
</summary> |
|
|
|
</member> |
|
|
|
</member> |
|
|
|
<member name="P:GBase.GBaseTable.Entries"> |
|
|
|
<member name="P:GBase.GBaseTable`1.Entries"> |
|
|
|
<summary> |
|
|
|
<summary> |
|
|
|
The entries of this <see cref="T:GBase.Interfaces.IGBaseTable"/> |
|
|
|
The entries of this <see cref="T:GBase.Interfaces.IGBaseTable"/> |
|
|
|
</summary> |
|
|
|
</summary> |
|
|
|
</member> |
|
|
|
</member> |
|
|
|
<member name="M:GBase.GBaseTable.Init(System.Type,System.String,System.String,System.Threading.CancellationToken)"> |
|
|
|
<member name="M:GBase.GBaseTable`1.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> |
|
|
|
@ -591,35 +652,35 @@ |
|
|
|
<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> |
|
|
|
<member name="M:GBase.GBaseTable.AddColumn(GBase.Interfaces.IGBaseColumn)"> |
|
|
|
<member name="M:GBase.GBaseTable`1.AddColumn(GBase.Interfaces.IGBaseColumn)"> |
|
|
|
<summary> |
|
|
|
<summary> |
|
|
|
Add a given <see cref="T:GBase.Interfaces.IGBaseColumn"/> to this <see cref="T:GBase.Interfaces.IGBaseTable"/> |
|
|
|
Add a given <see cref="T:GBase.Interfaces.IGBaseColumn"/> to this <see cref="T:GBase.Interfaces.IGBaseTable"/> |
|
|
|
</summary> |
|
|
|
</summary> |
|
|
|
<param name="column">The given <see cref="T:GBase.Interfaces.IGBaseColumn"/></param> |
|
|
|
<param name="column">The given <see cref="T:GBase.Interfaces.IGBaseColumn"/></param> |
|
|
|
<returns>True if successful, false if not</returns> |
|
|
|
<returns>True if successful, false if not</returns> |
|
|
|
</member> |
|
|
|
</member> |
|
|
|
<member name="M:GBase.GBaseTable.RemoveColumn(GBase.Interfaces.IGBaseColumn)"> |
|
|
|
<member name="M:GBase.GBaseTable`1.RemoveColumn(GBase.Interfaces.IGBaseColumn)"> |
|
|
|
<summary> |
|
|
|
<summary> |
|
|
|
Remove a given <see cref="T:GBase.Interfaces.IGBaseColumn"/> from this <see cref="T:GBase.Interfaces.IGBaseTable"/> |
|
|
|
Remove a given <see cref="T:GBase.Interfaces.IGBaseColumn"/> from this <see cref="T:GBase.Interfaces.IGBaseTable"/> |
|
|
|
</summary> |
|
|
|
</summary> |
|
|
|
<param name="column">The given <see cref="T:GBase.Interfaces.IGBaseColumn"/></param> |
|
|
|
<param name="column">The given <see cref="T:GBase.Interfaces.IGBaseColumn"/></param> |
|
|
|
<returns>True if successful, false if not</returns> |
|
|
|
<returns>True if successful, false if not</returns> |
|
|
|
</member> |
|
|
|
</member> |
|
|
|
<member name="M:GBase.GBaseTable.AddEntry(GBase.Api.INotifyGBaseEntryChanged)"> |
|
|
|
<member name="M:GBase.GBaseTable`1.AddEntry(`0)"> |
|
|
|
<summary> |
|
|
|
<summary> |
|
|
|
Add an entry that implements <see cref="T:GBase.Api.INotifyGBaseEntryChanged"/> to this <see cref="T:GBase.Interfaces.IGBaseTable"/> |
|
|
|
Add an entry that implements <see cref="T:GBase.Api.INotifyGBaseEntryChanged"/> to this <see cref="T:GBase.Interfaces.IGBaseTable"/> |
|
|
|
</summary> |
|
|
|
</summary> |
|
|
|
<param name="entry">The entry implementing <see cref="T:GBase.Api.INotifyGBaseEntryChanged"/></param> |
|
|
|
<param name="entry">The entry implementing <see cref="T:GBase.Api.INotifyGBaseEntryChanged"/></param> |
|
|
|
<returns>True if successful, false if not</returns> |
|
|
|
<returns>True if successful, false if not</returns> |
|
|
|
</member> |
|
|
|
</member> |
|
|
|
<member name="M:GBase.GBaseTable.RemoveEntry(GBase.Api.INotifyGBaseEntryChanged)"> |
|
|
|
<member name="M:GBase.GBaseTable`1.RemoveEntry(`0)"> |
|
|
|
<summary> |
|
|
|
<summary> |
|
|
|
Remove an entry that implements <see cref="T:GBase.Api.INotifyGBaseEntryChanged"/> from this <see cref="T:GBase.Interfaces.IGBaseTable"/> |
|
|
|
Remove an entry that implements <see cref="T:GBase.Api.INotifyGBaseEntryChanged"/> from this <see cref="T:GBase.Interfaces.IGBaseTable"/> |
|
|
|
</summary> |
|
|
|
</summary> |
|
|
|
<param name="entry">The entry implementing <see cref="T:GBase.Api.INotifyGBaseEntryChanged"/></param> |
|
|
|
<param name="entry">The entry implementing <see cref="T:GBase.Api.INotifyGBaseEntryChanged"/></param> |
|
|
|
<returns>True if successful, false if not</returns> |
|
|
|
<returns>True if successful, false if not</returns> |
|
|
|
</member> |
|
|
|
</member> |
|
|
|
<member name="M:GBase.GBaseTable.ModifyEntry(System.Object,System.String,System.Object)"> |
|
|
|
<member name="M:GBase.GBaseTable`1.ModifyEntry(System.Object,System.String,System.Object)"> |
|
|
|
<summary> |
|
|
|
<summary> |
|
|
|
Modify the property of a given entry with the given value |
|
|
|
Modify the property of a given entry with the given value |
|
|
|
</summary> |
|
|
|
</summary> |
|
|
|
@ -628,14 +689,14 @@ |
|
|
|
<param name="value">The new value to set</param> |
|
|
|
<param name="value">The new value to set</param> |
|
|
|
<returns>True if successful, false if not</returns> |
|
|
|
<returns>True if successful, false if not</returns> |
|
|
|
</member> |
|
|
|
</member> |
|
|
|
<member name="M:GBase.GBaseTable.OnGBaseEntryChanged(System.Object,GBase.Api.GBaseEntryChangedEventArgs)"> |
|
|
|
<member name="M:GBase.GBaseTable`1.OnGBaseEntryChanged(System.Object,GBase.Api.GBaseEntryChangedEventArgs)"> |
|
|
|
<summary> |
|
|
|
<summary> |
|
|
|
A <see cref="T:GBase.Interfaces.IGBase"/> entry changed |
|
|
|
A <see cref="T:GBase.Interfaces.IGBase"/> entry changed |
|
|
|
</summary> |
|
|
|
</summary> |
|
|
|
<param name="entry">The entry (sender)</param> |
|
|
|
<param name="entry">The entry (sender)</param> |
|
|
|
<param name="args">The <see cref="T:GBase.Api.GBaseEntryChangedEventArgs"/></param> |
|
|
|
<param name="args">The <see cref="T:GBase.Api.GBaseEntryChangedEventArgs"/></param> |
|
|
|
</member> |
|
|
|
</member> |
|
|
|
<member name="M:GBase.GBaseTable.DisposeAsync"> |
|
|
|
<member name="M:GBase.GBaseTable`1.DisposeAsync"> |
|
|
|
<summary> |
|
|
|
<summary> |
|
|
|
The <see cref="M:System.IAsyncDisposable.DisposeAsync"/> method |
|
|
|
The <see cref="M:System.IAsyncDisposable.DisposeAsync"/> method |
|
|
|
</summary> |
|
|
|
</summary> |
|
|
|
@ -985,6 +1046,25 @@ |
|
|
|
A column of a <see cref="T:GBase.Interfaces.IGBaseTable"/> |
|
|
|
A column of a <see cref="T:GBase.Interfaces.IGBaseTable"/> |
|
|
|
</summary> |
|
|
|
</summary> |
|
|
|
</member> |
|
|
|
</member> |
|
|
|
|
|
|
|
<member name="P:GBase.Interfaces.IGBaseTable`1.Entries"> |
|
|
|
|
|
|
|
<summary> |
|
|
|
|
|
|
|
The entries of this <see cref="T:GBase.Interfaces.IGBaseTable"/> |
|
|
|
|
|
|
|
</summary> |
|
|
|
|
|
|
|
</member> |
|
|
|
|
|
|
|
<member name="M:GBase.Interfaces.IGBaseTable`1.AddEntry(`0)"> |
|
|
|
|
|
|
|
<summary> |
|
|
|
|
|
|
|
Add an entry that implements <see cref="T:GBase.Api.INotifyGBaseEntryChanged"/> to this <see cref="T:GBase.Interfaces.IGBaseTable"/> |
|
|
|
|
|
|
|
</summary> |
|
|
|
|
|
|
|
<param name="entry">The entry implementing <see cref="T:GBase.Api.INotifyGBaseEntryChanged"/></param> |
|
|
|
|
|
|
|
<returns>True if successful, false if not</returns> |
|
|
|
|
|
|
|
</member> |
|
|
|
|
|
|
|
<member name="M:GBase.Interfaces.IGBaseTable`1.RemoveEntry(`0)"> |
|
|
|
|
|
|
|
<summary> |
|
|
|
|
|
|
|
Remove an entry that implements <see cref="T:GBase.Api.INotifyGBaseEntryChanged"/> from this <see cref="T:GBase.Interfaces.IGBaseTable"/> |
|
|
|
|
|
|
|
</summary> |
|
|
|
|
|
|
|
<param name="entry">The entry implementing <see cref="T:GBase.Api.INotifyGBaseEntryChanged"/></param> |
|
|
|
|
|
|
|
<returns>True if successful, false if not</returns> |
|
|
|
|
|
|
|
</member> |
|
|
|
<member name="T:GBase.Interfaces.IGBaseTable"> |
|
|
|
<member name="T:GBase.Interfaces.IGBaseTable"> |
|
|
|
<summary> |
|
|
|
<summary> |
|
|
|
A <see cref="T:GBase.Interfaces.IGBase"/> table |
|
|
|
A <see cref="T:GBase.Interfaces.IGBase"/> table |
|
|
|
@ -1005,11 +1085,6 @@ |
|
|
|
The <see cref="T:GBase.Interfaces.IGBaseColumn"/>s of this <see cref="T:GBase.Interfaces.IGBaseTable"/> |
|
|
|
The <see cref="T:GBase.Interfaces.IGBaseColumn"/>s of this <see cref="T:GBase.Interfaces.IGBaseTable"/> |
|
|
|
</summary> |
|
|
|
</summary> |
|
|
|
</member> |
|
|
|
</member> |
|
|
|
<member name="P:GBase.Interfaces.IGBaseTable.Entries"> |
|
|
|
|
|
|
|
<summary> |
|
|
|
|
|
|
|
The entries of this <see cref="T:GBase.Interfaces.IGBaseTable"/> |
|
|
|
|
|
|
|
</summary> |
|
|
|
|
|
|
|
</member> |
|
|
|
|
|
|
|
<member name="M:GBase.Interfaces.IGBaseTable.Init(System.Type,System.String,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"/> |
|
|
|
@ -1034,20 +1109,6 @@ |
|
|
|
<param name="column">The given <see cref="T:GBase.Interfaces.IGBaseColumn"/></param> |
|
|
|
<param name="column">The given <see cref="T:GBase.Interfaces.IGBaseColumn"/></param> |
|
|
|
<returns>True if successful, false if not</returns> |
|
|
|
<returns>True if successful, false if not</returns> |
|
|
|
</member> |
|
|
|
</member> |
|
|
|
<member name="M:GBase.Interfaces.IGBaseTable.AddEntry(GBase.Api.INotifyGBaseEntryChanged)"> |
|
|
|
|
|
|
|
<summary> |
|
|
|
|
|
|
|
Add an entry that implements <see cref="T:GBase.Api.INotifyGBaseEntryChanged"/> to this <see cref="T:GBase.Interfaces.IGBaseTable"/> |
|
|
|
|
|
|
|
</summary> |
|
|
|
|
|
|
|
<param name="entry">The entry implementing <see cref="T:GBase.Api.INotifyGBaseEntryChanged"/></param> |
|
|
|
|
|
|
|
<returns>True if successful, false if not</returns> |
|
|
|
|
|
|
|
</member> |
|
|
|
|
|
|
|
<member name="M:GBase.Interfaces.IGBaseTable.RemoveEntry(GBase.Api.INotifyGBaseEntryChanged)"> |
|
|
|
|
|
|
|
<summary> |
|
|
|
|
|
|
|
Remove an entry that implements <see cref="T:GBase.Api.INotifyGBaseEntryChanged"/> from this <see cref="T:GBase.Interfaces.IGBaseTable"/> |
|
|
|
|
|
|
|
</summary> |
|
|
|
|
|
|
|
<param name="entry">The entry implementing <see cref="T:GBase.Api.INotifyGBaseEntryChanged"/></param> |
|
|
|
|
|
|
|
<returns>True if successful, false if not</returns> |
|
|
|
|
|
|
|
</member> |
|
|
|
|
|
|
|
<member name="T:GBase.Interfaces.Settings.IGBaseSettings"> |
|
|
|
<member name="T:GBase.Interfaces.Settings.IGBaseSettings"> |
|
|
|
<summary> |
|
|
|
<summary> |
|
|
|
Settings of a <see cref="T:GBase.Interfaces.IGBase"/> instance |
|
|
|
Settings of a <see cref="T:GBase.Interfaces.IGBase"/> instance |
|
|
|
|