Back to Devexpress

XPCollection<T> Constructors

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

latest6.4 KB
Original Source

XPCollection<T> Constructors

A generic type collection of persistent objects.

NameParametersDescription
XPCollection()noneInitializes a new instance of the XPCollection<T> class with the default Session.
XPCollection(CriteriaOperator, SortProperty[])theCriteria, sortPropertiesInitializes a new instance of the XPCollection<T> class with default Session and criteria-specific options.
XPCollection(PersistentCriteriaEvaluationBehavior, Session, CriteriaOperator, Boolean)criteriaEvaluationBehavior, session, condition, selectDeletedInitializes a new instance of the XPCollection<T> class with specified settings.
XPCollection(PersistentCriteriaEvaluationBehavior, Session, CriteriaOperator)criteriaEvaluationBehavior, session, conditionInitializes a new instance of the XPCollection<T> class with specified settings.
XPCollection(Session, CriteriaOperator, SortProperty[])session, theCriteria, sortPropertiesInitializes a new instance of the XPCollection<T> class with a specified Session and criteria-specific options.
XPCollection(Session, XPBaseCollection, CriteriaOperator, Boolean)session, originalCollection, copyFilter, caseSensitiveInitializes a new instance of the XPCollection<T> class by copying T objects from a specific collection using specified settings.
XPCollection(Session, XPBaseCollection, CriteriaOperator)session, originalCollection, copyFilterInitializes a new instance of the XPCollection<T> class by copying T objects from a specific collection using specified settings.
XPCollection(Session, XPBaseCollection)session, originalCollectionInitializes a new instance of the XPCollection<T> class by copying T objects from a specific collection using specified settings.
XPCollection(Session, Boolean)session, loadingEnabledInitializes a new instance of the XPCollection<T> class with specified settings.
XPCollection(Session, IEnumerable, CriteriaOperator, Boolean)session, originalCollection, copyFilter, caseSensitiveInitializes a new instance of the XPCollection<T> class by copying T objects from a specific collection using specified settings.
XPCollection(Session, IEnumerable, CriteriaOperator)session, originalCollection, copyFilterInitializes a new instance of the XPCollection<T> class by copying T objects from a specific collection using specified settings.
XPCollection(Session, IEnumerable)session, originalCollectionInitializes a new instance of the XPCollection<T> class by copying T objects from a specific collection using specified settings.
XPCollection(Session, Object, XPMemberInfo)session, theOwner, refPropertyInitializes a new instance of the XPCollection<T> class with specified settings.
XPCollection(Session)sessionInitializes a new instance of the XPCollection<T> class with a specified Session.
XPCollection(XPBaseCollection, CriteriaOperator, Boolean)originalCollection, filter, caseSensitiveInitializes a new instance of the XPCollection<T> class by copying T objects from a specific collection using specified settings.
XPCollection(XPBaseCollection, CriteriaOperator)originalCollection, filterInitializes a new instance of the XPCollection<T> class by copying T objects from a specific collection using specified settings.
XPCollection(XPBaseCollection)originalCollectionInitializes a new instance of the XPCollection<T> class by copying T objects from a specified collection.

See Also

XPCollection<T> Class

XPCollection<T> Members

DevExpress.Xpo Namespace