C# Class MongoUtility.Aggregation.DataViewInfo

多数据集视图中,每个数据集保留一个DataViewInfo
显示文件 Open project: magicdict/MongoCola Class Usage Examples

Public Properties

Property Type Description
CurrentCollectionTotalCnt int
Explain string
HasNextPage bool
HasPrePage bool
IsReadOnly bool
IsSafeMode bool
IsView bool
LimitCnt int
Query string
SkipCnt int
strCollectionPath string

Public Methods

Method Description
GetDataList ( DataViewInfo &currentDataViewInfo, MongoServer mServer ) : List

获得展示数据

SetPageEnable ( DataViewInfo &mDataViewInfo ) : void

设置导航状态

Method Details

GetDataList() public static method

获得展示数据
public static GetDataList ( DataViewInfo &currentDataViewInfo, MongoServer mServer ) : List
currentDataViewInfo DataViewInfo
mServer MongoServer
return List

SetPageEnable() public static method

设置导航状态
public static SetPageEnable ( DataViewInfo &mDataViewInfo ) : void
mDataViewInfo DataViewInfo Data View Information(Structure,Must By Ref)
return void

Property Details

CurrentCollectionTotalCnt public_oe property

数据集总记录数
public int CurrentCollectionTotalCnt
return int

Explain public_oe property

解释
public string Explain
return string

HasNextPage public_oe property

是否存在下一页
public bool HasNextPage
return bool

HasPrePage public_oe property

是否存在上一页
public bool HasPrePage
return bool

IsReadOnly public_oe property

是否为只读
public bool IsReadOnly
return bool

IsSafeMode public_oe property

是否为SafeMode
public bool IsSafeMode
return bool

IsView public_oe property

是否为View
public bool IsView
return bool

LimitCnt public_oe property

每页显示数
public int LimitCnt
return int

Query public_oe property

查询
public string Query
return string

SkipCnt public_oe property

Skip记录数
public int SkipCnt
return int

strCollectionPath public_oe property

数据库
public string strCollectionPath
return string