Click or drag to resize
weroSoft AG, Software
PageBehavior Enumeration
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Defines the behavior of the page.

Namespace:  WeroSoft.Workflow.Common.Visualization
Assembly:  WeroSoft.Workflow.Core.Library (in WeroSoft.Workflow.Core.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public enum PageBehavior
Members
  Member nameValueDescription
Invariant0 The page is set to be invariant.
InvariantVisable1 The page is set to be invariant but indicates activation or not.
ValidationStop2 The page is set to validate before and after navigation and stay if a validation error is observed.
ValidationContinue3 The page is set to validate before and after navigation but allows continue to next or previews page.
Static4 The page is static and shows the statically set title image.
See Also