Skip to main content

Class FindResults

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for FindResults. Result carrier for the Find operation. It contains a set of column specifications, and a set of row, where each row contains the columns. The row set is the result of carrying out some search operation.

Inheritance

objectCarrierFindResults

Inherited Members

Carrier.TableRight, Carrier.FieldProperties, object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Constructors

FindResults()

Default constructor - defaults any enum props to 0.

Properties

ArchiveColumns

Array of ColumnInfo column specifications

Property Value

ArchiveColumnInfo[]

ArchiveRows

Array of archive list items, i.e., the service layer carrier for archive rows. These are the find results, represented as archive rows

Property Value

ArchiveListItem[]

RowCount

Count of rows, independent of paging. If you order up page 1 with page size 50, the row count may still be 279, that being the number of rows that would have been returned in a paging-off situation

Property Value

int

See Also

FindAgent