C# Class MongoUtility.Aggregation.DataFilter.QueryFieldItem

字段信息
Afficher le fichier Open project: magicdict/MongoCola Class Usage Examples

Méthodes publiques

Свойство Type Description
ColName string
IsShow bool
ProjectName string
SortOrder int
SortType SortType

Méthodes publiques

Méthode Description
QueryFieldItem ( string mColName ) : System.Collections.Generic

构造器

Method Details

QueryFieldItem() public méthode

构造器
public QueryFieldItem ( string mColName ) : System.Collections.Generic
mColName string
Résultat System.Collections.Generic

Property Details

ColName public_oe property

字段名称
public string ColName
Résultat string

IsShow public_oe property

是否表示
public bool IsShow
Résultat bool

ProjectName public_oe property

重命名
public string ProjectName
Résultat string

SortOrder public_oe property

排序顺位
public int SortOrder
Résultat int

SortType public_oe property

排序类型
public SortType SortType
Résultat SortType