The ContactStorage type exposes the following members.

Properties

  NameDescription
Public propertyAllowEdit
Gets a value indicating whether items in the underlying list can be edited.
(Inherited from C1BindingSource.)
Public propertyAllowNew
Gets or sets a value indicating whether the AddNew()()()() method can be used to add items to the list.
(Inherited from C1BindingSource.)
Public propertyAllowRemove
Gets a value indicating whether items can be removed from the underlying list.
(Inherited from C1BindingSource.)
Public propertyBoundMode
Gets a value indicating if the collection is bound to data.
(Inherited from BaseStorage<(Of <(<'T, TMappingCollection>)>)>.)
Protected propertyCanRaiseEvents
Gets a value indicating whether the component can raise an event.
(Inherited from Component.)
Public propertyContacts
Gets the ContactCollection object that contains contact related information.
Public propertyContainer
Gets the IContainer that contains the Component.
(Inherited from Component.)
Public propertyCount
Gets the total number of items in the underlying list.
(Inherited from C1BindingSource.)
Public propertyDataMember
Gets or sets the specific list in the data source to which the connector currently binds to.
(Inherited from C1BindingSource.)
Public propertyDataSource
Gets or sets the data source that the connector binds to.
(Inherited from C1BindingSource.)
Protected propertyDesignMode
Gets a value that indicates whether the Component is currently in design mode.
(Inherited from Component.)
Protected propertyEvents
Gets the list of event handlers that are attached to this Component.
(Inherited from Component.)
Public propertyIsFixedSize
Gets a value indicating whether the underlying list has a fixed size.
(Inherited from C1BindingSource.)
Public propertyIsReadOnly
Gets a value indicating whether the underlying list is read-only.
(Inherited from C1BindingSource.)
Public propertyIsSynchronized
Gets a value indicating whether access to the collection is synchronized (thread safe).
(Inherited from C1BindingSource.)
Public propertyItem
Gets or sets the list element at the specified index.
(Inherited from C1BindingSource.)
Public propertyList
Gets the list that the connector is bound to.
(Inherited from C1BindingSource.)
Public propertyMappings
Gets or sets the MappingCollectionBase<(Of <(<'T>)>)> derived object that allows the properties of objects maintained by the current collection to be bound to the appropriate fields in the data source.
(Inherited from BaseStorage<(Of <(<'T, TMappingCollection>)>)>.)
Public propertyScheduleStorage
Gets the reference to the owning C1ScheduleStorage component.
(Inherited from BaseStorage<(Of <(<'T, TMappingCollection>)>)>.)
Public propertySite
Gets or sets the ISite of the Component.
(Inherited from Component.)
Public propertySupportsChangeNotification
Gets a value indicating whether the data source supports change notification.
(Inherited from C1BindingSource.)
Public propertySupportsSearching
Gets a value indicating whether the data source supports searching with the Find method.
(Inherited from C1BindingSource.)
Public propertySyncRoot
Gets an object that can be used to synchronize access to the underlying list.
(Inherited from C1BindingSource.)

See Also