Scheduler for WinRT
AppointmentStorage Class Methods


For a list of all members of this type, see AppointmentStorage members.

Public Methods
 NameDescription
Public MethodAddAdds an existing item to the internal list. (Inherited from C1.C1Schedule.C1BindingSource)
Public MethodAddNewAdds a new item to the underlying list. (Inherited from C1.C1Schedule.C1BindingSource)
Public MethodBeginEditStarts an edit operation on the specified object. (Inherited from C1.C1Schedule.C1BindingSource)
Public MethodClearRemoves all elements from the list. (Inherited from C1.C1Schedule.C1BindingSource)
Public MethodContainsDetermines whether an object is an item in the list. (Inherited from C1.C1Schedule.C1BindingSource)
Public MethodCopyToCopies the contents of the C1BindingSource.List to the specified array, starting at the specified index value. (Inherited from C1.C1Schedule.C1BindingSource)
Public MethodEndEditApplies pending changes to the underlying data source. (Inherited from C1.C1Schedule.C1BindingSource)
Public MethodFinishAddNewCommits a pending new item to the collection. (Inherited from C1.C1Schedule.C1BindingSource)
Public MethodGetEnumeratorRetrieves an enumerator for the C1BindingSource.List. (Inherited from C1.C1Schedule.C1BindingSource)
Public MethodIndexOfSearches for the specified object and returns the index of the first occurrence within the entire list. (Inherited from C1.C1Schedule.C1BindingSource)
Public MethodInsertInserts an item into the list at the specified index. (Inherited from C1.C1Schedule.C1BindingSource)
Public MethodRefreshDataCall 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 MethodRemoveRemoves object from the Objects collection. (Inherited from C1.C1Schedule.BaseStorage<Appointment,AppointmentMappingCollection>)
Public MethodRemoveAtRemoves the item at the specified index in the list. (Inherited from C1.C1Schedule.C1BindingSource)
Public MethodResetBindingsCauses 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 MethodResetItemCauses 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)
Top
Protected Methods
 NameDescription
Protected MethodCommitItemChangesOverridden. Commits all changes in the data item.  
Protected MethodIsSynchronizableIndicates whether the specified collection item should be synchronized. (Inherited from C1.C1Schedule.BaseStorage<Appointment,AppointmentMappingCollection>)
Protected MethodOnAddingNew (Inherited from C1.C1Schedule.C1BindingSource)
Protected MethodOnDataMemberChanged (Inherited from C1.C1Schedule.C1BindingSource)
Protected MethodOnDataSourceChanged (Inherited from C1.C1Schedule.C1BindingSource)
Protected MethodOnDataSourceItemSynchronizedRaises the BaseStorage<T,TMappingCollection>.DataSourceItemSynchronized event. (Inherited from C1.C1Schedule.BaseStorage<Appointment,AppointmentMappingCollection>)
Protected MethodOnListChangedTranslates changes in the internal list to the Objects collection. (Inherited from C1.C1Schedule.BaseStorage<Appointment,AppointmentMappingCollection>)
Top
See Also

Reference

AppointmentStorage Class
C1.C1Schedule Namespace

 

 


Copyright (c) GrapeCity, inc. All rights reserved.