A task output filter that is defined by a set of task IDs.

C# |
public sealed class TaskIdFilter : TaskOutputFilter

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | TaskIdFilter()()() | |
![]() | AddId(String) | Adds the specified task ID to the filter. |
![]() | EnableValidation | Sets a value to enable or disable filter validation. By default, filter validation is disabled. (Overrides TaskOutputFilter.EnableValidation.) |
![]() | IsSatisfied | Gets a value indicating whether the filter has been satisfied. (Overrides TaskOutputFilter.IsSatisfied.) |
![]() | RemoveId(String) | Removes the specified task ID from the filter. |
![]() | Reset()()() | Resets the filter criteria. (Overrides TaskOutputFilter.Reset()()().) |

Object | ||
![]() | TaskOutputFilter | |
![]() | TaskIdFilter |

[Platform.Symphony.Soam.TaskOutputFilter]