C# Class MongoUtility.Aggregation.DataViewInfo

多数据集视图中,每个数据集保留一个DataViewInfo
Afficher le fichier Open project: magicdict/MongoCola Class Usage Examples

Méthodes publiques

Свойство Type Description
CurrentCollectionTotalCnt int
Explain string
HasNextPage bool
HasPrePage bool
IsReadOnly bool
IsSafeMode bool
IsView bool
LimitCnt int
Query string
SkipCnt int
strCollectionPath string

Méthodes publiques

Méthode Description
GetDataList ( DataViewInfo &currentDataViewInfo, MongoServer mServer ) : List

获得展示数据

SetPageEnable ( DataViewInfo &mDataViewInfo ) : void

设置导航状态

Method Details

GetDataList() public static méthode

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

SetPageEnable() public static méthode

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

Property Details

CurrentCollectionTotalCnt public_oe property

数据集总记录数
public int CurrentCollectionTotalCnt
Résultat int

Explain public_oe property

解释
public string Explain
Résultat string

HasNextPage public_oe property

是否存在下一页
public bool HasNextPage
Résultat bool

HasPrePage public_oe property

是否存在上一页
public bool HasPrePage
Résultat bool

IsReadOnly public_oe property

是否为只读
public bool IsReadOnly
Résultat bool

IsSafeMode public_oe property

是否为SafeMode
public bool IsSafeMode
Résultat bool

IsView public_oe property

是否为View
public bool IsView
Résultat bool

LimitCnt public_oe property

每页显示数
public int LimitCnt
Résultat int

Query public_oe property

查询
public string Query
Résultat string

SkipCnt public_oe property

Skip记录数
public int SkipCnt
Résultat int

strCollectionPath public_oe property

数据库
public string strCollectionPath
Résultat string