The AppointmentStorage type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Add |
Adds an existing item to the internal list.
(Inherited from C1BindingSource.) |
![]() | AddNew |
Adds a new item to the underlying list.
(Inherited from C1BindingSource.) |
![]() | BeginEdit |
Starts an edit operation on the specified object.
(Inherited from C1BindingSource.) |
![]() | Clear |
Removes all elements from the list.
(Inherited from C1BindingSource.) |
![]() | Contains |
Determines whether an object is an item in the list.
(Inherited from C1BindingSource.) |
![]() | CopyTo |
Copies the contents of the List to the specified array,
starting at the specified index value.
(Inherited from C1BindingSource.) |
![]() | CreateObjRef |
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject.) |
![]() | Dispose | Overloaded. |
![]() | EndEdit |
Applies pending changes to the underlying data source.
(Inherited from C1BindingSource.) |
![]() | Finalize |
Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection.
(Inherited from Component.) |
![]() | Find | Overloaded. |
![]() | FinishAddNew |
Commits a pending new item to the collection.
(Inherited from C1BindingSource.) |
![]() | GetEnumerator |
Retrieves an enumerator for the List.
(Inherited from C1BindingSource.) |
![]() | GetItemProperties |
Retrieves an array of PropertyDescriptor objects representing
the bindable properties of the data source list type.
(Inherited from C1BindingSource.) |
![]() | GetLifetimeService |
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.) |
![]() | GetListName |
Gets the name of the list supplying data for the binding.
(Inherited from C1BindingSource.) |
![]() | GetService | (Inherited from Component.) |
![]() | IndexOf |
Searches for the specified object and returns the index of the first
occurrence within the entire list.
(Inherited from C1BindingSource.) |
![]() | InitializeLifetimeService |
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject.) |
![]() | Insert |
Inserts an item into the list at the specified index.
(Inherited from C1BindingSource.) |
![]() | IsSynchronizable |
Indicates whether the specified collection item should be synchronized.
(Inherited from BaseStorage<(Of <(<'T, TMappingCollection>)>)>.) |
![]() | MemberwiseClone |
Creates a shallow copy of the current MarshalByRefObject object.
(Inherited from MarshalByRefObject.) |
![]() | OnAddingNew | (Inherited from C1BindingSource.) |
![]() | OnDataMemberChanged | (Inherited from C1BindingSource.) |
![]() | OnDataSourceChanged | (Inherited from C1BindingSource.) |
![]() | OnDataSourceItemSynchronized |
Raises the DataSourceItemSynchronized()()()() event.
(Inherited from BaseStorage<(Of <(<'T, TMappingCollection>)>)>.) |
![]() | OnListChanged |
Translates changes in the internal list to the Objects collection.
(Inherited from BaseStorage<(Of <(<'T, TMappingCollection>)>)>.) |
![]() | 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.
(Inherited from BaseStorage<(Of <(<'T, TMappingCollection>)>)>.) |
![]() | Remove |
Removes object from the Objects collection.
(Inherited from BaseStorage<(Of <(<'T, TMappingCollection>)>)>.) |
![]() | RemoveAt |
Removes the item at the specified index in the list.
(Inherited from C1BindingSource.) |
![]() | ResetBindings |
Causes a control bound to the C1BindingSource to reread
all the items in the list and refresh their displayed values.
(Inherited from 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 C1BindingSource.) |
![]() | ShouldSerializeMappings | (Inherited from BaseStorage<(Of <(<'T, TMappingCollection>)>)>.) |
![]() | ToString |
Returns a String containing the name of the Component, if any. This method should not be overridden.
(Inherited from Component.) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() | IBindingList..::..ApplySort | (Inherited from C1BindingSource.) |