C# 클래스 MongoUtility.Aggregation.DataViewInfo

多数据集视图中,每个数据集保留一个DataViewInfo
파일 보기 프로젝트 열기: magicdict/MongoCola 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CurrentCollectionTotalCnt int
Explain string
HasNextPage bool
HasPrePage bool
IsReadOnly bool
IsSafeMode bool
IsView bool
LimitCnt int
Query string
SkipCnt int
strCollectionPath string

공개 메소드들

메소드 설명
GetDataList ( DataViewInfo &currentDataViewInfo, MongoServer mServer ) : List

获得展示数据

SetPageEnable ( DataViewInfo &mDataViewInfo ) : void

设置导航状态

메소드 상세

GetDataList() 공개 정적인 메소드

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

SetPageEnable() 공개 정적인 메소드

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

프로퍼티 상세

CurrentCollectionTotalCnt 공개적으로 프로퍼티

数据集总记录数
public int CurrentCollectionTotalCnt
리턴 int

Explain 공개적으로 프로퍼티

解释
public string Explain
리턴 string

HasNextPage 공개적으로 프로퍼티

是否存在下一页
public bool HasNextPage
리턴 bool

HasPrePage 공개적으로 프로퍼티

是否存在上一页
public bool HasPrePage
리턴 bool

IsReadOnly 공개적으로 프로퍼티

是否为只读
public bool IsReadOnly
리턴 bool

IsSafeMode 공개적으로 프로퍼티

是否为SafeMode
public bool IsSafeMode
리턴 bool

IsView 공개적으로 프로퍼티

是否为View
public bool IsView
리턴 bool

LimitCnt 공개적으로 프로퍼티

每页显示数
public int LimitCnt
리턴 int

Query 공개적으로 프로퍼티

查询
public string Query
리턴 string

SkipCnt 공개적으로 프로퍼티

Skip记录数
public int SkipCnt
리턴 int

strCollectionPath 공개적으로 프로퍼티

数据库
public string strCollectionPath
리턴 string