Scheduler for WPF
C1.Schedule 名前空間 (C1.ScheduleCore)
継承階層
C1.ScheduleCore アセンブリ : C1.Schedule 名前空間
クラス
 クラス解説
クラスRepresents an action to take when the current system time reaches the start of the associated Appointment object.
クラスThe ActionCollection is a collection of all Action objects that represents the reminders for all pending items.
クラスThe 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.
クラスThe AppointmentCollection is a collection of all Appointment objects in the C1Schedule component.
クラスCompares Appointment objects by their start time.
クラスThe AppointmentEventArgs class describes event data for Appointment events.
クラスThe AppointmentList is a sortable collection of Appointment objects.
クラスRepresents a generic collection of mappings for properties of BaseObject derived objects to appropriate data fields.
クラスThe AppointmentStorage is the storage for Appointment objects. It allows binding to the data source and mapping data source fields to the appointment properties.
クラスThe BaseCollection<T> is a base generic class for all collections in C1Schedule object model.
クラスProvides data for the BaseCollection<T> events.
クラスThe 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.
クラスThe BaseObject is a base class for resources, labels, statuses, categories and contacts. It implements base UI properties and persistence.
クラスRepresents a generic collection of mappings for properties of the BaseObject derived objects to appropriate data fields.
クラスThe BasePersistableObject is a base class for persistable objects.
クラスThe 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.
クラスThe C1BindingSource encapsulates the data source.
クラスThe base wrapper class for brushes. Only for serialization/deserialization purposes.
クラスThis factory class allows to register platform-specific type which should be used instead of the C1Brush type.
クラスThe C1ObservableCollection<T> is the base class for all System.Collections.ObjectModel.Collection`1 derived collections. Supports notification.
クラスThe C1ObservableCollection<T> is the base class for all System.Collections.ObjectModel.KeyedCollection`2 derived collections. Supports notification.
クラスThe 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.
クラスThe CalendarInfo class manages and exposes all date-related data.
クラスThe CancelAppointmentEventArgs class describes event data for cancellable Appointment events.
クラスDescribes event data for cancelable Reminder events.
クラスThe Category class represents the category which can be associated with the Appointment object.
クラスThe 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.
クラスThe 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.
クラスThe CategoryStorage is the storage for Category objects. It allows binding to the data source and mapping data source fields to the category properties.
クラスThe Contact class represents the person information. Not real class just sample for prototyping.
クラスThe ContactCollection is a collection of Contact objects which represents all available contacts in C1Schedule object model.
クラスThe 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.
クラスThe ContactStorage is the storage for Contact objects. It allows binding to the data source and mapping data source fields to the contact properties.
クラスThe DateList class is a wrapper for the System.Collections.Generic.List`1 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.
クラスRepresents one day with appointments.
クラスCollection of all days in the C1Schedule component.
クラスProvides data for the DataSourceItemSynchronized event.
クラスThe Label class represents the label which can be associated with the Appointment object.
クラスThe LabelCollection is a collection of Label objects which represents all available labels in C1Schedule object model.
クラスThe LabelList is a list of Label objects. Only objects existing in the owning LabelCollection object may be added to this list.
クラスThe LabelStorage is the storage for Label objects. It allows binding to the data source and mapping data source fields to the label properties.
クラスRepresents a collection of mappings for properties of the BasePersistableObject object to the appropriate data fields. Names of properties are keys in this collection.
クラスThis class provides information on the mapping of the single property of the object to the appropriate data field.
クラスThe RecurrencePattern class contains information that describes the recurrence pattern and range of the associated Appointment object.
クラスThe 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.
クラスThe ReminderCollection is a collection of all Reminder objects that represents the reminders for all pending items.
クラスDescribes event data for Reminder object events.
クラスThe Resource class represents the resource which can be associated with the Appointment object.
クラスThe ResourceCollection is a collection of Resource objects which represents all available resources in C1Schedule object model.
クラスThe 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.
クラスThe ResourceStorage is the storage for Resource objects. It allows binding to the data source and mapping data source fields to the resource properties.
クラスThe Status class represents an availability status for the Appointment object.
クラスThe 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.
クラスThe StatusList is a list of Status objects. Only objects existing in the owning StatusCollection object may be added to this list.
クラスThe StatusStorage is the storage for Status objects. It allows binding to the data source and mapping data sources fields to the status properties.
クラスThe StorageComponent is the base component for data storage.
クラスThe TimeZoneInfo class determines time zone properties. It can be used for conversion to/from utc times and local times and respect DST.
クラスThe WorkDays class is a list of working days for the single week.
デリゲート
 デリゲート解説
デリゲートDelegate for handling the cancellable event involving a single Appointment object.
デリゲートDelegate for handling the cancelable event involving a single Reminder object.
デリゲートThe delegate type for the event handlers of the DataSourceItemSynchronized event.
列挙型
 列挙体解説
列挙体ActionTypeEnum determines the type of action.
列挙体Specifies the different patterns available for brushes.
列挙体Specifies the format of the exported or imported file.
列挙体Determines the importance of the Appointment object.
列挙体Determines the type of the Appointment object.
列挙体Determines the types of recurrent appointments.
列挙体Determines the sensitivity of the Appointment object.
列挙体Determines the type of status.
列挙体Describes the version of data in a data storage.
列挙体Determines the time interval which is used for displaying time slots in the DayView.
列挙体Determines the set of days and groups of days for recurrence patterns.
列挙体Determines the week in a month in which the appointment will occur.
参照

C1.ScheduleCore アセンブリ