DomainObjects Class Library |
|
Case.WhenThenCase Constructor
Initializes a new instance of the Case.WhenThenCase class.
public Case.WhenThenCase(
Criteria whenCondition,
Field thenResult);
Parameters
-
whenCondition
- The when condition.
-
thenResult
- The then result.
See Also
Case.WhenThenCase Class | DomainObjects.Facade.Command.Function Namespace