Back to Devexpress

XPCollection Constructors

xpo-devexpress-dot-xpo-dot-xpcollection-dot-ctor.md

latest8.4 KB
Original Source

XPCollection Constructors

The collection of persistent objects that implements delayed loading and can serve as a data source for a data-aware control.

NameParametersDescription
XPCollection()noneInitializes a new instance of the XPCollection class with the default Session.
XPCollection(PersistentCriteriaEvaluationBehavior, Session, XPClassInfo, CriteriaOperator, Boolean)criteriaEvaluationBehavior, session, objType, condition, selectDeletedInitializes a new instance of the XPCollection class with specified settings.
XPCollection(PersistentCriteriaEvaluationBehavior, Session, XPClassInfo, CriteriaOperator)criteriaEvaluationBehavior, session, objType, conditionInitializes a new instance of the XPCollection class with specified settings.
XPCollection(PersistentCriteriaEvaluationBehavior, Session, Type, CriteriaOperator)criteriaEvaluationBehavior, session, objType, conditionInitializes a new instance of the XPCollection class with specified settings.
XPCollection(Session, XPClassInfo, CriteriaOperator, SortProperty[])session, objType, theCriteria, sortPropertiesInitializes a new instance of the XPCollection class with a specified Session and criteria-specific options.
XPCollection(Session, XPClassInfo, Boolean)session, objType, loadingEnabledInitializes a new instance of the XPCollection class with specified settings.
XPCollection(Session, XPClassInfo, IEnumerable, CriteriaOperator, Boolean)session, objType, originalCollection, copyFilter, caseSensitiveInitializes a new instance of the XPCollection class by copying objects from a specific collection using specified settings.
XPCollection(Session, XPClassInfo, IEnumerable, CriteriaOperator)session, objType, originalCollection, copyFilterInitializes a new instance of the XPCollection class by copying objects from a specific collection using specified settings.
XPCollection(Session, XPClassInfo, IEnumerable)session, objType, originalCollectionInitializes a new instance of the XPCollection class by copying objects from a specific collection using specified settings.
XPCollection(Session, XPClassInfo)session, objTypeInitializes a new instance of the XPCollection class with specified settings.
XPCollection(Session, XPBaseCollection, CriteriaOperator, Boolean)session, originalCollection, copyFilter, caseSensitiveInitializes a new instance of the XPCollection class by copying objects from a specific collection using specified settings.
XPCollection(Session, XPBaseCollection, CriteriaOperator)session, originalCollection, copyFilterInitializes a new instance of the XPCollection class by copying objects from a specific collection using specified settings.
XPCollection(Session, XPBaseCollection)session, originalCollectionInitializes a new instance of the XPCollection class by copying objects from a specific collection using specified settings.
XPCollection(Session, Object, XPMemberInfo)session, theOwner, refPropertyInitializes a new instance of the XPCollection class with specified settings.
XPCollection(Session, Type, CriteriaOperator, SortProperty[])session, objType, theCriteria, sortPropertiesInitializes a new instance of the XPCollection class with a specified Session and criteria-specific options.
XPCollection(Session, Type, Boolean)session, objType, loadingEnabledInitializes a new instance of the XPCollection class with specified settings.
XPCollection(Session, Type)session, objTypeInitializes a new instance of the XPCollection class with specified settings.
XPCollection(XPBaseCollection, CriteriaOperator, Boolean)originalCollection, filter, caseSensitiveInitializes a new instance of the XPCollection class by copying objects from a specific collection using specified settings.
XPCollection(XPBaseCollection, CriteriaOperator)originalCollection, filterInitializes a new instance of the XPCollection class by copying objects from a specific collection using specified settings.
XPCollection(XPBaseCollection)originalCollectionInitializes a new instance of the XPCollection class by copying objects from a specified collection.
XPCollection(IContainer)containerInitializes a new instance of the XPCollection class and adds it to a form’s container.
XPCollection(Type, CriteriaOperator, SortProperty[])objType, theCriteria, sortPropertiesInitializes a new instance of the XPCollection class with default Session and criteria-specific options.
XPCollection(Type)objTypeInitializes a new instance of the XPCollection class with the default Session and object type.

See Also

XPCollection Class

XPCollection Members

DevExpress.Xpo Namespace