Click or drag to resize

MapperBindFlags Enumeration

Namespace:  NetQuarry.Data
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[FlagsAttribute]
public enum MapperBindFlags
Members
  Member nameValueDescription
NoFieldBind1The mapper's fields should not be bound to the page's controls, but other mapper binding should be performed.
TransientBind2 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.
See Also