SchedulerController..::..GetSchedulerResult Method
Gets the Results of Scheduler Config
Namespace:
FLEXYGO.Controlers.UIAssembly: FlexyGo (in FlexyGo.dll)
Syntax
[BlacklistCheckAttribute] [CompressAttribute] public ActionResult GetSchedulerResult( string ObjectName, string ViewName, string Start, string End, string StartDate, string EndDate, string StartTime, string EndTime, string Duration, string DescripTemplate, string[] Keys, string Color, string UserIdField, string Filter, string TextColor, string AdditionalWhere, string TokenDefault, string AllDayField )
<BlacklistCheckAttribute> _ <CompressAttribute> _ Public Function GetSchedulerResult ( _ ObjectName As String, _ ViewName As String, _ Start As String, _ End As String, _ StartDate As String, _ EndDate As String, _ StartTime As String, _ EndTime As String, _ Duration As String, _ DescripTemplate As String, _ Keys As String(), _ Color As String, _ UserIdField As String, _ Filter As String, _ TextColor As String, _ AdditionalWhere As String, _ TokenDefault As String, _ AllDayField As String _ ) As ActionResult
Parameters
- ObjectName
- Type: String
Name of the Object.
- ViewName
- Type: String
Name of the View.
- Start
- Type: String
Start date
- End
- Type: String
End date
- StartDate
- Type: String
Name of the field Start date.
- EndDate
- Type: String
Name of the field End date.
- StartTime
- Type: String
Name of the field Start time.
- EndTime
- Type: String
Name of the field End time.
- Duration
- Type: String
Name of the field Duration.
- DescripTemplate
- Type: String
Appointment template
- Keys
- Type: array<String>[]()[][]
Name of the field Key.
- Color
- Type: String
Name of the field Color.
- UserIdField
- Type: String
Name of the field UserIdField.
- Filter
- Type: String
Filter of the view.
- TextColor
- Type: String
Text color.
- AdditionalWhere
- Type: String
Additional where.
- TokenDefault
- Type: String
Token default.
- AllDayField
- Type: String
All day field.