Method ReadAll
- Namespace
- Skyline.DataMiner.Net.ManagerStore
- Assembly
- SLNetTypes.dll
ReadAll<T>(CrudHelperComponent<T>)
Reads all the given objects of type T using a TRUEFilterElement{T}.
public static List<T> ReadAll<T>(this CrudHelperComponent<T> comp) where T : DataType
Parameters
comp
CrudHelperComponent<T>The component.
Returns
- List<T>
Type Parameters
T
The type.