Interface IOutcomeFilter
Provides an outcomes
public interface IOutcomeFilter
Properties
Id
Gets the id of the outcome
string Id { get; }
Property Value
IsConflict
Value indicating if this outcome is in conflict
bool? IsConflict { get; }
Property Value
- bool?