mirror of
https://github.com/9ParsonsB/Pulsar.git
synced 2025-04-05 17:39:39 -04:00
Updated framework xml
This commit is contained in:
parent
0246d772af
commit
cff7f0c7cb
@ -1446,6 +1446,13 @@
|
||||
<param name="worker">Reference to the calling plugin's worker interface.</param>
|
||||
<param name="item">Grid item to be added. Object type should match original template item used to create the grid.</param>
|
||||
</member>
|
||||
<member name="M:Observatory.Framework.Interfaces.IObservatoryCore.AddGridItems(Observatory.Framework.Interfaces.IObservatoryWorker,System.Collections.Generic.IEnumerable{System.Object})">
|
||||
<summary>
|
||||
Add multiple items to the bottom of the basic UI grid.
|
||||
</summary>
|
||||
<param name="worker">Reference to the calling plugin's worker interface.</param>
|
||||
<param name="items">Grid items to be added. Object types should match original template item used to create the grid.</param>
|
||||
</member>
|
||||
<member name="M:Observatory.Framework.Interfaces.IObservatoryCore.ClearGrid(Observatory.Framework.Interfaces.IObservatoryWorker,System.Object)">
|
||||
<summary>
|
||||
Clears basic UI grid, removing all items.
|
||||
|
Loading…
x
Reference in New Issue
Block a user