IConditionBuilder
Fluent interface for conditions (When/Unless/WhenAsync/UnlessAsync)
Assembly: ServiceStack.dll
View Source
Declaration
public interface IConditionBuilder
Methods
Otherwise(Action)
Rules to be invoked if the condition fails.
View Source
Declaration
void Otherwise(Action action)
Parameters
Type | Name |
---|---|
System.Action | action |