Skip to main content

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
TypeName
System.Actionaction