XPView Constructors
The view that stores data retrieved from persistent objects.Name | Parameters | Description |
---|---|---|
XPView() | none | Initializes a new instance of the XPView class with the default settings. |
XPView |
session, info, properties, criteria, group |
Initializes a new instance of the XPView class with the specified settings. |
XPView |
session, info, properties, criteria | Initializes a new instance of the XPView class with the specified settings. |
XPView |
session, info, properties, criteria | Initializes a new instance of the XPView class with the specified settings. |
XPView |
session, info |
Initializes a new instance of the XPView class with the specified XPView. |
XPView |
session, obj |
Initializes a new instance of the XPView class with the specified settings. |
XPView |
session, obj |
Initializes a new instance of the XPView class with the specified settings. |
XPView |
session, obj |
Initializes a new instance of the XPView class with the specified session and type of persistent objects to include in the view. |
XPView |
container | Initializes a new instance of the XPView class and adds it to a form’s container. |
See Also