点击或拖拽改变大小

BaseIndex 类

X#
Base Index class. Does not implement anything.
继承层次
Object
  BaseIndex
    ADSIndex

命名空间:  XSharp.RDD
程序集:  XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法
 CLASS BaseIndex IMPLEMENTS IOrder
查看代码

BaseIndex 类型公开以下成员。

构造函数
  名称说明
公共方法BaseIndex
Create the BaseIndex object
Top
属性
  名称说明
公共属性Found
Result of the last seek operation for the current Workarea.
Top
方法
  名称说明
公共方法Flush
Flush the changes to the index.
公共方法OrderCondition
Set the condition for the next Index Creation
公共方法OrderCreate
Create a new index or tag.
公共方法OrderDestroy
Delete an index or tag.
公共方法OrderInfo
Retrieve information about the current index.
公共方法OrderListAdd
Open an index file and add to the list of open indexes for the current Workarea.
公共方法OrderListDelete
Close an index file and remove it from the list of open indexes for the current Workarea.
公共方法OrderListFocus
Set focus to another index in the list open indexes for the current Workarea.
公共方法OrderListRebuild
Rebuild all indexes for the current Workarea.
公共方法Seek
Perform a seek operation on the current selected index for the current Workarea.
Top
参见