Click or drag to resize

WPEnvironment Enumeration

Describes the environment in which the FieldWidget is operating.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[FlagsAttribute]
public enum WPEnvironment
Members
  Member nameValueDescription
envWeb1 The Web application.
envClientServer2 The Client/Server application (e.g. NetQuarry Studio)
envSmartClient4 Smart client environment.
See Also