ComponentOne Scheduler for WPF and Silverlight
AppointmentStorage Class Members
Properties  Methods  Events

C1.C1Schedule Namespace : AppointmentStorage Class

The following tables list the members exposed by AppointmentStorage.

Public Properties
 NameDescription
Public PropertyGets an AppointmentCollection object that contains appointment related information.  
Public PropertyGets or sets the specific list in the data source to which the connector currently binds to. (Inherited from C1.C1Schedule.C1BindingSource)
Public PropertyGets or sets the data source that the connector binds to. (Inherited from C1.C1Schedule.C1BindingSource)
Top
Public Methods
 NameDescription
Public MethodAdds an existing item to the internal list. (Inherited from C1.C1Schedule.C1BindingSource)
Public MethodAdds a new item to the underlying list. (Inherited from C1.C1Schedule.C1BindingSource)
Public MethodStarts an edit operation on the specified object. (Inherited from C1.C1Schedule.C1BindingSource)
Public MethodRemoves all elements from the list. (Inherited from C1.C1Schedule.C1BindingSource)
Public MethodDetermines whether an object is an item in the list. (Inherited from C1.C1Schedule.C1BindingSource)
Public MethodCopies the contents of the List to the specified array, starting at the specified index value. (Inherited from C1.C1Schedule.C1BindingSource)
Public Method (Inherited from System.MarshalByRefObject)
Public Method (Inherited from System.ComponentModel.Component)
Public MethodApplies pending changes to the underlying data source. (Inherited from C1.C1Schedule.C1BindingSource)
Public MethodOverloaded. Searches for the index of the item that has the given property descriptor. (Inherited from C1.C1Schedule.C1BindingSource)
Public MethodCommits a pending new item to the collection. (Inherited from C1.C1Schedule.C1BindingSource)
Public MethodRetrieves an enumerator for the List. (Inherited from C1.C1Schedule.C1BindingSource)
Public MethodRetrieves an array of PropertyDescriptor objects representing the bindable properties of the data source list type. (Inherited from C1.C1Schedule.C1BindingSource)
Public Method (Inherited from System.MarshalByRefObject)
Public MethodGets the name of the list supplying data for the binding. (Inherited from C1.C1Schedule.C1BindingSource)
Public MethodSearches for the specified object and returns the index of the first occurrence within the entire list. (Inherited from C1.C1Schedule.C1BindingSource)
Public Method (Inherited from System.MarshalByRefObject)
Public MethodInserts an item into the list at the specified index. (Inherited from C1.C1Schedule.C1BindingSource)
Public MethodCall this method each time after changing your data source if it doesn't implement IBindingList interface. Or use BaseStorage{T, TMappingCollection}.Add and BaseStorage{T, TMappingCollection}.Remove instead of corresponding methods of your data source class. (Inherited from C1.C1Schedule.BaseStorage<Appointment,AppointmentMappingCollection>)
Public MethodRemoves object from the Objects collection. (Inherited from C1.C1Schedule.BaseStorage<Appointment,AppointmentMappingCollection>)
Public MethodRemoves the item at the specified index in the list. (Inherited from C1.C1Schedule.C1BindingSource)
Public MethodCauses a control bound to the C1BindingSource to reread all the items in the list and refresh their displayed values. (Inherited from C1.C1Schedule.C1BindingSource)
Public MethodCauses a control bound to the C1BindingSource to re-read the item at the specified index, and refresh its displayed value. (Inherited from C1.C1Schedule.C1BindingSource)
Public Method (Inherited from System.ComponentModel.Component)
Top
Public Events
 NameDescription
Public EventOccurs before an item is added to the underlying list. (Inherited from C1.C1Schedule.C1BindingSource)
Public EventOccurs when the DataMember property value has changed. (Inherited from C1.C1Schedule.C1BindingSource)
Public EventOccurs when the DataSource property value has changed. (Inherited from C1.C1Schedule.C1BindingSource)
Public EventOccurs when the underlying list changes or an item in the list changes. (Inherited from C1.C1Schedule.C1BindingSource)
Top
See Also

Reference

AppointmentStorage Class
C1.C1Schedule Namespace