Scheduler for WPF | ComponentOne
Inheritance Hierarchy
In This Topic
    C1.C1Schedule Namespace
    In This Topic
    Classes
     ClassDescription
    ClassRepresents an action to take when the current system time reaches the start of the associated Appointment object.
    ClassThe ActionCollection is a collection of all Action objects that represents the reminders for all pending items.
    ClassThe Appointment object is a meeting, a one-time appointment, or a recurring appointment or meeting in the C1Schedule. The Appointment class includes properties that specify meeting details such as the location and time.
    ClassThe AppointmentCollection is a collection of all Appointment objects in the C1Schedule component.
    ClassCompares Appointment objects by their start time.
    ClassThe AppointmentEventArgs class describes event data for Appointment events.
    ClassThe AppointmentList is a sortable collection of Appointment objects.
    ClassRepresents a generic collection of mappings for properties of BaseObject derived objects to appropriate data fields.
    ClassThe AppointmentStorage is the storage for Appointment objects. It allows binding to the data source and mapping data source fields to the appointment properties.
    ClassThe BaseCollection<T> is a base generic class for all collections in C1Schedule object model.
    ClassThe BaseList<T> is a base generic class for all lists in C1Schedule's object model. Only objects existing in the owning collection can be added to this list.
    ClassThe BaseObject is a base class for resources, labels, statuses, categories and contacts. It implements base UI properties and persistence.
    ClassRepresents a generic collection of mappings for properties of the BaseObject derived objects to appropriate data fields.
    ClassThe BasePersistableObject is a base class for persistable objects.
    ClassThe BaseStorage<T,TMappingCollection> is the base generic component for all storages in C1Schedule object model. Represents a storage of objects derived from BasePersistableObject. This component implements methods of operations over the collections of objects. It allows the collection to be populated programmatically or automatically by retrieving data from the data source which is specified by the DataSource and DataMember properties. It allows mapping of data source fields to the object properties.
    ClassThe C1BindingSource encapsulates the data source.
    ClassWrapper class for brushes. Only for serialization/deserialization purposes.
    ClassThe C1ObservableCollection<T> is the base class for all Collection derived collections. Supports notification.
    ClassThe C1ObservableCollection<T> is the base class for all KeyedCollection derived collections. Supports notification.
    ClassThe C1ScheduleStorage component handles all data operations for the scheduler control and contains specific data storages for appointments, resources, contacts, owners, labels and statuses, which are used for binding different collections to the data. The C1ScheduleStorage component also handles data importing and exporting to other scheduling formats such as binary, iCal, and XML.
    ClassThe CalendarInfo class manages and exposes all date-related data to C1Schedule controls.
    ClassThe CancelAppointmentEventArgs class describes event data for cancellable Appointment events.
    ClassDescribes event data for cancelable Reminder events.
    ClassThe Category class represents the category which can be associated with the Appointment object.
    ClassThe CategoryCollection is a collection of Category objects which represents all available categories in C1Schedule object model. By default it contains the set of predefined categories.
    ClassThe CategoryList is a list of Category objects. Only objects existing in the owning CategoryCollection object may be added to this list. Use the CategoryList to associate the set of Category objects with an Appointment object.
    ClassThe CategoryStorage is the storage for Category objects. It allows binding to the data source and mapping data source fields to the category properties.
    ClassThe Contact class represents the person information. Not real class just sample for prototyping.
    ClassThe ContactCollection is a collection of Contact objects which represents all available contacts in C1Schedule object model.
    ClassThe ContactList is a list of Contact objects. Only objects existing in the owning ContactCollection object may be added to this list. Use the ContactList to associate the set of Contact objects with an Appointment object.
    ClassThe ContactStorage is the storage for Contact objects. It allows binding to the data source and mapping data source fields to the contact properties.
    ClassThe DateList class is a wrapper for the List instance. At addition of the new value, it cuts off the time part of the value and ensures that the value is not present in the list yet.
    ClassProvides data for the DataSourceItemSynchronized event.
    ClassThe Label class represents the label which can be associated with the Appointment object.
    ClassThe LabelCollection is a collection of Label objects which represents all available labels in C1Schedule object model.
    ClassThe LabelList is a list of Label objects. Only objects existing in the owning LabelCollection object may be added to this list.
    ClassThe LabelStorage is the storage for Label objects. It allows binding to the data source and mapping data source fields to the label properties.
    ClassRepresents a collection of mappings for properties of the BasePersistableObject object to the appropriate data fields. Names of properties are keys in this collection.
    ClassThis class provides information on the mapping of the single property of the object to the appropriate data field.
    ClassThe RecurrencePattern class contains information that describes the recurrence pattern and range of the associated Appointment object.
    ClassThe Reminder class represents an object which allows users to keep track of upcoming appointments by scheduling a pop-up dialog box to appear at a given time.
    ClassThe ReminderCollection is a collection of all Reminder objects that represents the reminders for all pending items.
    ClassDescribes event data for Reminder object events.
    ClassThe Resource class represents the resource which can be associated with the Appointment object.
    ClassThe ResourceCollection is a collection of Resource objects which represents all available resources in C1Schedule object model.
    ClassThe ResourceList is a list of Resource objects. Only objects existing in the owning ResourceCollection object may be added to this list. Use the ResourceList to associate the set of Resource objects with an Appointment object.
    ClassThe ResourceStorage is the storage for Resource objects. It allows binding to the data source and mapping data source fields to the resource properties.
    ClassThe Status class represents an availability status for the Appointment object.
    ClassThe StatusCollection is a collection of Status objects which represents all available statuses in C1Schedule object model. By default it contains the set of predefined statuses.
    ClassThe StatusList is a list of Status objects. Only objects existing in the owning StatusCollection object may be added to this list.
    ClassThe StatusStorage is the storage for Status objects. It allows binding to the data source and mapping data sources fields to the status properties.
    ClassThe StorageComponent is the base component for data storage.
    ClassThe TimeZoneInfo class determines time zone properties. It can be used for conversion to/from utc times and local times and respect DST.
    ClassThe WorkDays class is a list of working days for the single week.
    Delegates
     DelegateDescription
    DelegateDelegate for handling the cancellable event involving a single Appointment object.
    DelegateDelegate for handling the cancelable event involving a single Reminder object.
    DelegateThe delegate type for the event handlers of the DataSourceItemSynchronized event.
    Enumerations
     EnumerationDescription
    EnumerationActionTypeEnum determines the type of action.
    EnumerationSpecifies the different patterns available for brushes.
    EnumerationSpecifies the format of the exported or imported file.
    EnumerationDetermines the importance of the Appointment object.
    EnumerationDetermines the type of the Appointment object.
    EnumerationDetermines the types of recurrent appointments.
    EnumerationDetermines the sensitivity of the Appointment object.
    EnumerationDetermines the type of status.
    EnumerationDescribes the version of data in a data storage.
    EnumerationDetermines the time interval which is used for displaying time slots in the DayView.
    EnumerationDetermines the set of days and groups of days for recurrence patterns.
    EnumerationDetermines the week in a month in which the appointment will occur.
    See Also