more cstrs and overloadds
This commit is contained in:
@@ -22,7 +22,11 @@ public class RadValidationRuleEx : FilterDescriptor, IRadValidationRuleEx
|
||||
#region Cstor
|
||||
public RadValidationRuleEx() : base()
|
||||
{
|
||||
this.PropertyName = "Text";
|
||||
PropertyName = "Text";
|
||||
}
|
||||
|
||||
public RadValidationRuleEx(string propertyName, FilterOperator filterOperator) : base(propertyName, filterOperator, null)
|
||||
{
|
||||
}
|
||||
|
||||
public RadValidationRuleEx(string propertyName, FilterOperator filterOperator, object value) : base(propertyName, filterOperator, value)
|
||||
|
||||
Reference in New Issue
Block a user