Class ScheduleValidationRuleBuilder
A builder class that holds validation for schedule
Inheritance
System.Object
ScheduleValidationRuleBuilder
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.JavaScript
Assembly: Syncfusion.EJ.dll
Syntax
public class ScheduleValidationRuleBuilder
Constructors
ScheduleValidationRuleBuilder(AppointmentSettings)
Declaration
public ScheduleValidationRuleBuilder(AppointmentSettings AppSettings)
Parameters
Type | Name | Description |
---|---|---|
AppointmentSettings | AppSettings |
Methods
AddRule(String, Object)
Declaration
public ScheduleValidationRuleBuilder AddRule(string key, object value)
Parameters
Type | Name | Description |
---|---|---|
System.String | key | |
System.Object | value |
Returns
Type | Description |
---|---|
ScheduleValidationRuleBuilder |