Class: Sortby

SuperMap.Sortby

new SuperMap.Sortby(options)

common/iServer/Sortby.js, line 7
Name Type Description
options Object

初始化参数。

Name Type Description
field string

属性名称

direction SuperMap.Sortby.Direction

排序规则, 默认升序

Members

SuperMap.Sortby.Directionstring

Properties:
Name Type Default Description
ASC string ASC
DESC string DESC

排序规则

Default Value:
SuperMap.Sortby.Direction.ASC

fieldstring

属性名称

Methods

constructFromObject(data, obj){SuperMap.Sortby}

common/iServer/Sortby.js, line 41
Name Type Description
data Object

要转换的数据.

obj SuperMap.Sortby

返回的模型.

Returns:
Type Description
SuperMap.Sortby 返回结果

destroy()

common/iServer/Sortby.js, line 31

释放资源,将引用资源的属性置空。