Gets all DataOperations of a certain type.
Namespace: Spotfire.Dxp.Data
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 30.0.11525.4184 (30.0.11525.4184)
Syntax
C#
public IReadOnlyList<T> GetAllOperations<T>() where T : DataOperation
Type Parameters
- T
- The type of the DataOperation.
Return Value
Type: IReadOnlyListTA list of DataOperations.
Remarks
Version Information
See Also