C1.Silverlight.Schedule.5 Assembly > C1.C1Schedule Namespace : BaseStorage<T,TMappingCollection> Class |
For a list of all members of this type, see BaseStorage<T,TMappingCollection> members.
Name | Description | |
---|---|---|
Add | Adds an existing item to the internal list. (Inherited from C1.C1Schedule.C1BindingSource) | |
AddNew | Adds a new item to the underlying list. (Inherited from C1.C1Schedule.C1BindingSource) | |
BeginEdit | Starts an edit operation on the specified object. (Inherited from C1.C1Schedule.C1BindingSource) | |
Clear | Removes all elements from the list. (Inherited from C1.C1Schedule.C1BindingSource) | |
Contains | Determines whether an object is an item in the list. (Inherited from C1.C1Schedule.C1BindingSource) | |
CopyTo | Copies the contents of the C1BindingSource.List to the specified array, starting at the specified index value. (Inherited from C1.C1Schedule.C1BindingSource) | |
EndEdit | Applies pending changes to the underlying data source. (Inherited from C1.C1Schedule.C1BindingSource) | |
FinishAddNew | Commits a pending new item to the collection. (Inherited from C1.C1Schedule.C1BindingSource) | |
IndexOf | Searches for the specified object and returns the index of the first occurrence within the entire list. (Inherited from C1.C1Schedule.C1BindingSource) | |
Insert | Inserts an item into the list at the specified index. (Inherited from C1.C1Schedule.C1BindingSource) | |
RefreshData | Call 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. | |
Remove | Overridden. Removes object from the Objects collection. | |
RemoveAt | Removes the item at the specified index in the list. (Inherited from C1.C1Schedule.C1BindingSource) | |
ResetBindings | Causes a control bound to the C1BindingSource to reread all the items in the list and refresh their displayed values. (Inherited from C1.C1Schedule.C1BindingSource) | |
ResetItem | Causes 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) |