IPivotManager interface enables interaction with Relativity Pivot.
Namespace: Relativity.Services.Pivot
Assembly: Relativity.Services.Interfaces (in Relativity.Services.Interfaces.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
The IPivotManager type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | CreateProfileAsync |
Asynchronously Create a pivot profile.
|
![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) |
![]() | ExecuteAsync(Int32, PivotSettings) |
Asynchronously executes a Pivot query.
|
![]() | ExecuteAsync(Int32, PivotSettings, IProgress<String>) |
Asynchronously executes a Pivot query and implements a progress indicator for the query.
|
![]() | ExecuteAsync(Int32, PivotSettings, CancellationToken) |
Asynchronously executes a Pivot query and implements cancellation support for the query.
|
![]() | ExecuteAsync(Int32, PivotSettings, CancellationToken, IProgress<String>) |
Asynchronously executes a Pivot query and implements cancellation support and a progress indicator for the query.
|
![]() | ExecuteExportAsync(Int32, Dashboard, Query) |
Asynchronously exports into the Excel file a Dashboard Pivot queries.
|
![]() | ExecuteExportAsync(Int32, Dashboard, Query, IProgress<String>) |
Asynchronously exports into the Excel file a Dashboard Pivot queries and implements a progress indicator for the query.
|
![]() | ExecuteExportAsync(Int32, Dashboard, Query, CancellationToken) |
Asynchronously exports into the Excel file a Dashboard Pivot queries and implements cancellation support for the export.
|
![]() | ExecuteExportAsync(Int32, Dashboard, Query, CancellationToken, IProgress<String>) |
Asynchronously exports into the Excel file a Dashboard Pivot queries and implements cancellation support and a progress indicator for the query.
|
![]() | ExecutePivotProfileAsync(Int32, Int32, Query) |
Asynchronously executes a Pivot query based on the settings of a specified Pivot profile.
|
![]() | ExecutePivotProfileAsync(Int32, Int32, Query, IProgress<String>) |
Asynchronously executes a Pivot query based on the settings of a specified Pivot profile and implements a progress indicator for the query.
|
![]() | ExecutePivotProfileAsync(Int32, Int32, Query, CancellationToken) |
Asynchronously executes a Pivot query based on the settings of a specified Pivot profile and implements cancellation support for the query.
|
![]() | ExecutePivotProfileAsync(Int32, Int32, Query, CancellationToken, IProgress<String>) |
Asynchronously executes a Pivot query based on the settings of a specified Pivot profile and implements cancellation support and a progress indicator for the query.
|
![]() | GetFieldsForGroupByAsync |
Asynchronously returns all fields that can be used to group data (Field.AllowGroupBy property) in a Pivot query.
|
![]() | GetFieldsForPivotOnAsync |
Asynchronously returns all fields that can be used to pivot data (Field.AllowPivotOn property) in a Pivot query.
|
![]() | UpdateProfileAsync |
Asynchronously update a pivot profile.
|
See Also