DomainObjects Class Library

Case.AddCase Method (Criteria, String)

Add a condition that will be evaluated in the case statement.

public void AddCase(
   Criteria whenCondition,
   String thenResult
);

Parameters

whenCondition
The condition to be evaluated.
thenResult
The string to return if the condition evaluates to true.

See Also

Case Class | DomainObjects.Facade.Command.Function Namespace | Case.AddCase Overload List