Table of Contents

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 ObjectsQuery
session Session
map NestedParentGuidMap
classInfoCache 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 XPClassInfoStub
criteria CriteriaOperator
sorting SortingCollection
skipSelectedRecords int
topSelectedRecords int
selectDeleted bool
force 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

XPClassInfoStub

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

bool

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

bool

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

int

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

SortingCollection

TopSelectedRecords

This member supports the internal infrastructure and is not intended to be used directly from your code.

public int TopSelectedRecords { get; set; }

Property Value

int