|
|
|
|
@ -363,12 +363,12 @@ |
|
|
|
|
</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"/>"/> |
|
|
|
|
<see cref="T:System.Exception"/> that the passed table type doesn't implement <see cref="T:GBase.Interfaces.IGBaseObject"/>"/> |
|
|
|
|
</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"/>"/> |
|
|
|
|
<see cref="T:System.Exception"/> that the passed table type doesn't implement <see cref="T:GBase.Interfaces.IGBaseObject"/>"/> |
|
|
|
|
</summary> |
|
|
|
|
<param name="type">The table type</param> |
|
|
|
|
</member> |
|
|
|
|
@ -624,17 +624,17 @@ |
|
|
|
|
</member> |
|
|
|
|
<member name="M:GBase.GBaseTable`1.AddEntry(`0,System.Threading.CancellationToken)"> |
|
|
|
|
<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.Interfaces.IGBaseObject"/> to this <see cref="T:GBase.Interfaces.IGBaseTable"/> |
|
|
|
|
</summary> |
|
|
|
|
<param name="entry">The entry implementing <see cref="T:GBase.Api.INotifyGBaseEntryChanged"/></param> |
|
|
|
|
<param name="entry">The entry implementing <see cref="T:GBase.Interfaces.IGBaseObject"/></param> |
|
|
|
|
<param name="cancellationToken"></param> |
|
|
|
|
<returns>True if successful, false if not</returns> |
|
|
|
|
</member> |
|
|
|
|
<member name="M:GBase.GBaseTable`1.RemoveEntry(`0)"> |
|
|
|
|
<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.Interfaces.IGBaseObject"/> from this <see cref="T:GBase.Interfaces.IGBaseTable"/> |
|
|
|
|
</summary> |
|
|
|
|
<param name="entry">The entry implementing <see cref="T:GBase.Api.INotifyGBaseEntryChanged"/></param> |
|
|
|
|
<param name="entry">The entry implementing <see cref="T:GBase.Interfaces.IGBaseObject"/></param> |
|
|
|
|
<returns>True if successful, false if not</returns> |
|
|
|
|
</member> |
|
|
|
|
<member name="M:GBase.GBaseTable`1.DisposeAsync"> |
|
|
|
|
@ -1055,17 +1055,17 @@ |
|
|
|
|
</member> |
|
|
|
|
<member name="M:GBase.Interfaces.IGBaseTable`1.AddEntry(`0,System.Threading.CancellationToken)"> |
|
|
|
|
<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.Interfaces.IGBaseObject"/> to this <see cref="T:GBase.Interfaces.IGBaseTable"/> |
|
|
|
|
</summary> |
|
|
|
|
<param name="entry">The entry implementing <see cref="T:GBase.Api.INotifyGBaseEntryChanged"/></param> |
|
|
|
|
<param name="entry">The entry implementing <see cref="T:GBase.Interfaces.IGBaseObject"/></param> |
|
|
|
|
<param name="cancellationToken"></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"/> |
|
|
|
|
Remove an entry that implements <see cref="T:GBase.Interfaces.IGBaseObject"/> from this <see cref="T:GBase.Interfaces.IGBaseTable"/> |
|
|
|
|
</summary> |
|
|
|
|
<param name="entry">The entry implementing <see cref="T:GBase.Api.INotifyGBaseEntryChanged"/></param> |
|
|
|
|
<param name="entry">The entry implementing <see cref="T:GBase.Interfaces.IGBaseObject"/></param> |
|
|
|
|
<returns>True if successful, false if not</returns> |
|
|
|
|
</member> |
|
|
|
|
<member name="T:GBase.Interfaces.IGBaseTable"> |
|
|
|
|
|