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, XPClassInfo, CriteriaOperatorCollection, CriteriaOperator, CriteriaOperator) | session, info, properties, criteria, groupCriteria | Initializes a new instance of the XPView class with the specified settings. |
XPView(Session, XPClassInfo, CriteriaOperatorCollection, CriteriaOperator) | session, info, properties, criteria | Initializes a new instance of the XPView class with the specified settings. |
XPView(Session, XPClassInfo, String, CriteriaOperator) | session, info, properties, criteria | Initializes a new instance of the XPView class with the specified settings. |
XPView(Session, XPClassInfo) | session, info | Initializes a new instance of the XPView class with the specified XPView.Session and XPView.ObjectClassInfo properties. |
XPView(Session, Type, CriteriaOperatorCollection, CriteriaOperator) | session, objType, properties, criteria | Initializes a new instance of the XPView class with the specified settings. |
XPView(Session, Type, String, CriteriaOperator) | session, objType, properties, criteria | Initializes a new instance of the XPView class with the specified settings. |
XPView(Session, Type) | session, objType | Initializes a new instance of the XPView class with the specified session and type of persistent objects to include in the view. |
XPView(IContainer) | container | Initializes a new instance of the XPView class and adds it to a form’s container. |
See Also