C# Class MongoUtility.Aggregation.DataFilter.QueryFieldItem

字段信息
Show file Open project: magicdict/MongoCola Class Usage Examples

Public Properties

Property Type Description
ColName string
IsShow bool
ProjectName string
SortOrder int
SortType SortType

Public Methods

Method Description
QueryFieldItem ( string mColName ) : System.Collections.Generic

构造器

Method Details

QueryFieldItem() public method

构造器
public QueryFieldItem ( string mColName ) : System.Collections.Generic
mColName string
return System.Collections.Generic

Property Details

ColName public property

字段名称
public string ColName
return string

IsShow public property

是否表示
public bool IsShow
return bool

ProjectName public property

重命名
public string ProjectName
return string

SortOrder public property

排序顺位
public int SortOrder
return int

SortType public property

排序类型
public SortType SortType
return SortType