Updated framework xml
This commit is contained in:
parent
0246d772af
commit
cff7f0c7cb
1 changed files with 7 additions and 0 deletions
|
|
@ -1446,6 +1446,13 @@
|
||||||
<param name="worker">Reference to the calling plugin's worker interface.</param>
|
<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>
|
<param name="item">Grid item to be added. Object type should match original template item used to create the grid.</param>
|
||||||
</member>
|
</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)">
|
<member name="M:Observatory.Framework.Interfaces.IObservatoryCore.ClearGrid(Observatory.Framework.Interfaces.IObservatoryWorker,System.Object)">
|
||||||
<summary>
|
<summary>
|
||||||
Clears basic UI grid, removing all items.
|
Clears basic UI grid, removing all items.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue