Enum FilterOperate
[TypeConverter(typeof(DisplayEnumConverter))]
public enum FilterOperate
- Extension Methods
Fields
[Display(GroupName = "String", Name = "包含")] Contain = 2
[Display(GroupName = "String", Name = "以..结束")] EndWith = 7
[Display(GroupName = "String,Double,Int,DateTime", Name = "等于")] Equals = 0
[Display(GroupName = "Double,Int,DateTime", Name = "大于")] Greater = 8
[Display(GroupName = "Double,Int,DateTime", Name = "大于等于")] GreaterAndEqual = 10
[Display(GroupName = "Double,Int,DateTime", Name = "小于")] Less = 9
[Display(GroupName = "Double,Int,DateTime", Name = "小于等于")] LessAndEqual = 11
[Display(GroupName = "String", Name = "选择数据源")] SelectSource = 12
[Display(GroupName = "String", Name = "已设置")] Setted = 4
[Display(GroupName = "String", Name = "从..开始")] StartWith = 6
[Display(GroupName = "String", Name = "不包含")] UnContain = 3
[Display(GroupName = "String,Double,Int,DateTime", Name = "不等于")] UnEquals = 1
[Display(GroupName = "String", Name = "未设置")] Unset = 5