MapperBindFlags Enumeration |
Namespace: NetQuarry.Data
Member name | Value | Description | |
---|---|---|---|
NoFieldBind | 1 | The mapper's fields should not be bound to the page's controls, but other mapper binding should be performed. | |
TransientBind | 2 | This mapper is transient and not the primary mapper for this page. The most common use case is in a wizard when moving page to page. During wizard movement both the mapper for the page being departed and that of the destination page are bound, but the mapper on the departed page uses transient binding which does not include client script/html blocks or F8 debug info. |
Copyright (c) 2004-2020 NetQuarry, Inc. All rights reserved.