C# Class MongoUtility.Aggregation.DataFilter.QueryFieldItem

字段信息
Mostra 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_oe property

字段名称
public string ColName
return string

IsShow public_oe property

是否表示
public bool IsShow
return bool

ProjectName public_oe property

重命名
public string ProjectName
return string

SortOrder public_oe property

排序顺位
public int SortOrder
return int

SortType public_oe property

排序类型
public SortType SortType
return SortType