CalendarDataSourceAction enum

Action performed in data source

Inheritance

Constructors

CalendarDataSourceAction()
const

Values

add → const CalendarDataSourceAction
  • CalendarDataSourceAction.add, add action to be performed, the appointment will be added to the collection.

Note: This is applicable only for appointment collection add.

remove → const CalendarDataSourceAction
  • CalendarDataSourceAction.remove, remove action to be performed, the appointment will be removed from the collection.

Note: This is applicable only for appointment collection remove.

reset → const CalendarDataSourceAction
  • CalendarDataSourceAction.reset, reset action to be performed, the appointment collection will be resets.

Note: This is applicable only for appointment collection reset.

addResource → const CalendarDataSourceAction
  • CalendarDataSourceAction.addResource, add action to be performed and the resource will be added to the SfCalendar.

Note: This is applicable only when adding the resource to the resource collection.

removeResource → const CalendarDataSourceAction
  • CalendarDataSourceAction.removeResource, remove action to be performed and the resource will be removed from the SfCalendar.

Note: This is applicable only when removing the resource from the resource collection .

resetResource → const CalendarDataSourceAction
  • CalendarDataSourceAction.resetResource, reset action to be performed and the resource collection will be reset.

Note: This is applicable only when the resource collection reset.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<CalendarDataSourceAction>
A constant List of the values in this enum, in order of their declaration.