Class ObjectStubsQuery
- Namespace
- DevExpress.Xpo
- Assembly
- DevExpress.Xpo.v24.1.dll
Contains information on queries passed via ISerializableObjectLayer objects.
public class ObjectStubsQuery
- Inheritance
-
ObjectStubsQuery
- Inherited Members
Constructors
ObjectStubsQuery()
This member supports the internal infrastructure and is not intended to be used directly from your code.
public ObjectStubsQuery()
ObjectStubsQuery(ObjectsQuery, Session, NestedParentGuidMap, XPObjectClassInfoStubCache)
This member supports the internal infrastructure and is not intended to be used directly from your code.
public ObjectStubsQuery(ObjectsQuery query, Session session, NestedParentGuidMap map, XPObjectClassInfoStubCache classInfoCache)
Parameters
query
ObjectsQuerysession
Sessionmap
NestedParentGuidMapclassInfoCache
XPObjectClassInfoStubCache
ObjectStubsQuery(XPClassInfoStub, CriteriaOperator, SortingCollection, int, int, bool, bool)
This member supports the internal infrastructure and is not intended to be used directly from your code.
public ObjectStubsQuery(XPClassInfoStub classInfo, CriteriaOperator criteria, SortingCollection sorting, int skipSelectedRecords, int topSelectedRecords, bool selectDeleted, bool force)
Parameters
classInfo
XPClassInfoStubcriteria
CriteriaOperatorsorting
SortingCollectionskipSelectedRecords
inttopSelectedRecords
intselectDeleted
boolforce
bool
Properties
ClassInfo
This member supports the internal infrastructure and is not intended to be used directly from your code.
public XPClassInfoStub ClassInfo { get; set; }
Property Value
Criteria
This member supports the internal infrastructure and is not intended to be used directly from your code.
public CriteriaOperator Criteria { get; set; }
Property Value
- CriteriaOperator
Force
This member supports the internal infrastructure and is not intended to be used directly from your code.
public bool Force { get; set; }
Property Value
SelectDeleted
This member supports the internal infrastructure and is not intended to be used directly from your code.
public bool SelectDeleted { get; set; }
Property Value
SkipSelectedRecords
This member supports the internal infrastructure and is not intended to be used directly from your code.
public int SkipSelectedRecords { get; set; }
Property Value
Sorting
This member supports the internal infrastructure and is not intended to be used directly from your code.
public SortingCollection Sorting { get; set; }
Property Value
TopSelectedRecords
This member supports the internal infrastructure and is not intended to be used directly from your code.
public int TopSelectedRecords { get; set; }