Click or drag to resize

BaseIndex Class

X#
Base Index class. Does not implement anything.
Inheritance Hierarchy
Object
  BaseIndex
    ADSIndex

Namespace:  XSharp.RDD
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax
 CLASS BaseIndex IMPLEMENTS IOrder
Request Example View Source

The BaseIndex type exposes the following members.

Constructors
  NameDescription
Public methodBaseIndex
Create the BaseIndex object
Top
Properties
  NameDescription
Public propertyFound
Result of the last seek operation for the current Workarea.
Top
Methods
  NameDescription
Public methodFlush
Flush the changes to the index.
Public methodOrderCondition
Set the condition for the next Index Creation
Public methodOrderCreate
Create a new index or tag.
Public methodOrderDestroy
Delete an index or tag.
Public methodOrderInfo
Retrieve information about the current index.
Public methodOrderListAdd
Open an index file and add to the list of open indexes for the current Workarea.
Public methodOrderListDelete
Close an index file and remove it from the list of open indexes for the current Workarea.
Public methodOrderListFocus
Set focus to another index in the list open indexes for the current Workarea.
Public methodOrderListRebuild
Rebuild all indexes for the current Workarea.
Public methodSeek
Perform a seek operation on the current selected index for the current Workarea.
Top
See Also