18 references to RangeType
System.Web.Extensions (18)
UI\WebControls\Expressions\RangeExpression.cs (18)
24
public
RangeType
MinType {
27
return o != null ? (
RangeType
)o :
RangeType
.None;
34
public
RangeType
MaxType {
37
return o != null ? (
RangeType
)o :
RangeType
.None;
61
if (MinType ==
RangeType
.None && MaxType ==
RangeType
.None) {
68
if (MinType !=
RangeType
.None) {
78
if (MaxType !=
RangeType
.None) {
98
private static Expression GetMinRangeExpression(Expression propertyExpression, object value,
RangeType
rangeType) {
101
case
RangeType
.Exclusive:
103
case
RangeType
.None:
105
case
RangeType
.Inclusive:
113
private static Expression GetMaxRangeExpression(Expression propertyExpression, object value,
RangeType
rangeType) {
116
case
RangeType
.Exclusive:
118
case
RangeType
.None:
120
case
RangeType
.Inclusive: