[This is preliminary documentation and is subject to change.]

Implementuje CSV formát

The CSV..::..ListInternal type exposes the following members.

Constructors

  NameDescription
Public methodCSV..::..ListInternal
Initializes a new instance of the CSV..::..ListInternal class

Methods

  NameDescription
Public methodAdd
Adds an item to the ListWithEvents<(Of <(<'T>)>)>.
(Inherited from ListWithEvents<(Of <(<'T>)>)>.)
Protected methodAddAllItemHandlers
Adds ahndlers to all items that as of type IReportsChange
(Inherited from ListWithEvents<(Of <(<'T>)>)>.)
Protected methodAddIndex (Inherited from ListWithEvents<(Of <(<'T>)>)>.)
Protected methodAddItemHandler
Adds handler to item at specified index if the item is IReportsChange
(Inherited from ListWithEvents<(Of <(<'T>)>)>.)
Public methodAddNew
Adds a new item to the list.
(Inherited from ListWithEvents<(Of <(<'T>)>)>.)
Public methodAddRange
Adds range of items into list
(Inherited from ListWithEvents<(Of <(<'T>)>)>.)
Protected methodApplySort (Inherited from ListWithEvents<(Of <(<'T>)>)>.)
Public methodClear
Removes all items from the ListWithEvents<(Of <(<'T>)>)>.
(Inherited from ListWithEvents<(Of <(<'T>)>)>.)
Public methodContains(T)
Determines whether the ListWithEvents<(Of <(<'T>)>)> contains a specific value.
(Inherited from ListWithEvents<(Of <(<'T>)>)>.)
Public methodCopyTo
Copies the elements of the ListWithEvents<(Of <(<'T>)>)> to an Array, starting at a particular Array index.
(Inherited from ListWithEvents<(Of <(<'T>)>)>.)
Protected methodFind (Inherited from ListWithEvents<(Of <(<'T>)>)>.)
Public methodFindAll
Retrieves the all the elements that match the conditions defined by the specified predicate.
(Inherited from ListWithEvents<(Of <(<'T>)>)>.)
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from ListWithEvents<(Of <(<'T>)>)>.)
Public methodGetObjectData
Populates a SerializationInfo with the data needed to serialize the target object.
(Inherited from ListWithEvents<(Of <(<'T>)>)>.)
Protected methodIBindingList_AddNew
Adds a new item to the list.
(Inherited from ListWithEvents<(Of <(<'T>)>)>.)
Public methodICollection_CopyTo Obsolete.
Copies the elements of the ICollection to an Array, starting at a particular Array index.
(Inherited from ListWithEvents<(Of <(<'T>)>)>.)
Public methodIEnumerable_GetEnumerator Obsolete.
Returns an enumerator that iterates through a collection.
(Inherited from ListWithEvents<(Of <(<'T>)>)>.)
Public methodIList_Add Obsolete.
Adds an item to the IList.
(Inherited from ListWithEvents<(Of <(<'T>)>)>.)
Public methodIndexOf(T)
Determines the index of a specific item in the ListWithEvents<(Of <(<'T>)>)>.
(Inherited from ListWithEvents<(Of <(<'T>)>)>.)
Public methodInsert(Int32, T)
Inserts an item to the ListWithEvents<(Of <(<'T>)>)> at the specified index.
(Inherited from ListWithEvents<(Of <(<'T>)>)>.)
Protected methodLock
Sets the Locked to True
(Inherited from ListWithEvents<(Of <(<'T>)>)>.)
Public methodLockAllowItemCancel
Sets IsAllowItemCancelLocked, so AllowItemCancel can no longer be changed.
(Inherited from ListWithEvents<(Of <(<'T>)>)>.)
Protected methodOnAdded
Raises Added event
(Inherited from ListWithEvents<(Of <(<'T>)>)>.)
Protected methodOnAdding
Raises Adding event
(Inherited from ListWithEvents<(Of <(<'T>)>)>.)
Protected methodOnCleared
Raises Cleared event
(Inherited from ListWithEvents<(Of <(<'T>)>)>.)
Protected methodOnClearing
Raises Clearing event
(Inherited from ListWithEvents<(Of <(<'T>)>)>.)
Protected methodOnCollectionChanged(ListWithEvents<(Of <<'(T>)>>)..::..ListChangedEventArgs)
Raises the CollectionChanged event.
(Inherited from ListWithEvents<(Of <(<'T>)>)>.)
Protected methodOnCollectionChanged(EventArgs, CollectionChangeAction, T, T, Int32)
Raises the CollectionChanged event via calling OnChanged(ListChangedEventArgs)
(Inherited from ListWithEvents<(Of <(<'T>)>)>.)
Protected methodOnChanged
Raises the Changed event
(Inherited from ListWithEventsBase.)
Protected methodOnINotifyCollectionChanged_CollectionChanged (Inherited from ListWithEventsBase.)
Protected methodOnItemChanged
Raises ItemChanged event
(Inherited from ListWithEvents<(Of <(<'T>)>)>.)
Protected methodOnItemChanging
Raises ItemChanging event
(Inherited from ListWithEvents<(Of <(<'T>)>)>.)
Protected methodOnItemValueChanged
Raises the ItemValueChanged event and handles the Changed event for items
(Inherited from ListWithEvents<(Of <(<'T>)>)>.)
Protected methodOnListChanged
Raises the ListChanged event
(Inherited from ListWithEventsBase.)
Protected methodOnPropertyCnaged
Raises the PropertyChanged()()()() event
(Inherited from ListWithEventsBase.)
Protected methodOnRemoved
Raises Removed event
(Inherited from ListWithEvents<(Of <(<'T>)>)>.)
Protected methodOnRemoving
Raises Removing event
(Inherited from ListWithEvents<(Of <(<'T>)>)>.)
Public methodRemove(T)
Removes the first occurrence of a specific object from the ListWithEvents<(Of <(<'T>)>)>.
(Inherited from ListWithEvents<(Of <(<'T>)>)>.)
Public methodRemoveAll
Removes all items that matches given predicate
(Inherited from ListWithEvents<(Of <(<'T>)>)>.)
Protected methodRemoveAllItemHandlers
Removes handlers from all item that are of type IReportsChange
(Inherited from ListWithEvents<(Of <(<'T>)>)>.)
Public methodRemoveAt
Removes the ListWithEvents<(Of <(<'T>)>)> item at the specified index.
(Inherited from ListWithEvents<(Of <(<'T>)>)>.)
Protected methodRemoveIndex (Inherited from ListWithEvents<(Of <(<'T>)>)>.)
Protected methodRemoveItemHandler
Removes handler from item at specified index if the item is IReportsChange
(Inherited from ListWithEvents<(Of <(<'T>)>)>.)
Protected methodRemoveSort (Inherited from ListWithEvents<(Of <(<'T>)>)>.)
Public methodToArray
Copies all elements of this collection to new Array
(Inherited from ListWithEvents<(Of <(<'T>)>)>.)
Public methodToArray1 Obsolete.
Copies all elements of this collection to new Array (type-unsafe)
(Inherited from ListWithEvents<(Of <(<'T>)>)>.)
Protected methodUnlock
Sets the Locked to False
(Inherited from ListWithEvents<(Of <(<'T>)>)>.)

Properties

  NameDescription
Public propertyAddingReadOnly
Determines ReadOnly property value for the Adding and ItemChanging events
(Inherited from ListWithEvents<(Of <(<'T>)>)>.)
Public propertyAllowAddCancelableEventsHandlers
Determines if it is allowed to add handlers for events that supports cancellation
(Inherited from ListWithEvents<(Of <(<'T>)>)>.)
Protected propertyAllowEdit
Gets whether you can update items in the list.
(Inherited from ListWithEvents<(Of <(<'T>)>)>.)
Public propertyAllowItemCancel
Gets or sets value indicating if items implementing ICollectionCancelItem are allowed to cancel itselves being added/removed to/from the list.
(Inherited from ListWithEvents<(Of <(<'T>)>)>.)
Protected propertyAllowRemove
Gets whether you can remove items from the list, using Remove(Object) or RemoveAt(Int32).
(Inherited from ListWithEvents<(Of <(<'T>)>)>.)
Public propertyAsReadOnly
Gives read-only access to underlying List()()()()
(Inherited from ListWithEvents<(Of <(<'T>)>)>.)
Public propertyCanAddNew
Gets whether you can add items to the list using AddNew()()()().
(Inherited from ListWithEvents<(Of <(<'T>)>)>.)
Public propertyCancelError
Gets value indicating if an OperationCanceledException is thrown when item operation is canceled in event handler.
(Inherited from ListWithEvents<(Of <(<'T>)>)>.)
Public propertyCount
Gets the number of elements contained in the ListWithEvents<(Of <(<'T>)>)>.
(Inherited from ListWithEvents<(Of <(<'T>)>)>.)
Public propertyIList_Item Obsolete.
Gets or sets the element at the specified index.
(Inherited from ListWithEvents<(Of <(<'T>)>)>.)
Protected propertyInternalList
Gives access to underlying List()()()()
(Inherited from ListWithEvents<(Of <(<'T>)>)>.)
Public propertyIsAllowItemCancelLocked
Gets value indicationg if value of the AllowItemCancel can be changed
(Inherited from ListWithEvents<(Of <(<'T>)>)>.)
Public propertyIsFixedSize
Gets a value indicating whether the IList has a fixed size.
(Inherited from ListWithEvents<(Of <(<'T>)>)>.)
Public propertyIsReadOnly
Gets a value indicating whether the ListWithEvents<(Of <(<'T>)>)> is read-only (always false).
(Inherited from ListWithEvents<(Of <(<'T>)>)>.)
Protected propertyIsSorted (Inherited from ListWithEvents<(Of <(<'T>)>)>.)
Public propertyIsSynchronized Obsolete.
Gets a value indicating whether access to the ICollection is synchronized (thread safe).
(Inherited from ListWithEvents<(Of <(<'T>)>)>.)
Public propertyItem
Gets or sets the element at the specified index.
(Inherited from ListWithEvents<(Of <(<'T>)>)>.)
Public propertyLocked
Determines if the ListWithEvents<(Of <(<'T>)>)> isn locked (being locked prevents if from being edited)
(Inherited from ListWithEvents<(Of <(<'T>)>)>.)
Public propertyOwner
Custom property wher owner of the list can be stored to provide bi-directional reference
(Inherited from ListWithEvents<(Of <(<'T>)>)>.)
Protected propertySortDirection (Inherited from ListWithEvents<(Of <(<'T>)>)>.)
Protected propertySortProperty (Inherited from ListWithEvents<(Of <(<'T>)>)>.)
Protected propertySupportsChangeNotification
Gets whether a ListChanged event is raised when the list changes or an item in the list changes.
(Inherited from ListWithEvents<(Of <(<'T>)>)>.)
Protected propertySupportsSearching
Gets whether the list supports searching using the Find(PropertyDescriptor, Object) method.
(Inherited from ListWithEvents<(Of <(<'T>)>)>.)
Protected propertySupportsSorting
Gets whether the list supports sorting.
(Inherited from ListWithEvents<(Of <(<'T>)>)>.)
Public propertySyncRoot Obsolete.
Gets an object that can be used to synchronize access to the ICollection.
(Inherited from ListWithEvents<(Of <(<'T>)>)>.)

Events

  NameDescription
Public eventAdded
Raised after an item is added to the list. Raised by Add(T) and Insert(Int32, T) methods
(Inherited from ListWithEvents<(Of <(<'T>)>)>.)
Public eventAdding
Raised before an item is added to the list. Raised by Add(T) and Insert(Int32, T) methods.
(Inherited from ListWithEvents<(Of <(<'T>)>)>.)
Public eventCleared
Raised after the list is cleared. Raised by Clear()()()() method.
(Inherited from ListWithEvents<(Of <(<'T>)>)>.)
Public eventClearing
Raised before the list is cleared. Raised by Clear()()()() method.
(Inherited from ListWithEvents<(Of <(<'T>)>)>.)
Public eventCollectionChanged
Raised when this ListWithEvents<(Of <(<'T>)>)> collection changes.
(Inherited from ListWithEvents<(Of <(<'T>)>)>.)
Public eventChanged
Raised when value of member changes
(Inherited from ListWithEventsBase.)
Public eventINotifyCollectionChanged_CollectionChanged
Occurs when the collection changes. Implements the CollectionChanged event. This event is provided for compatibility with INotifyCollectionChanged interface. ListWithEvents<(Of <(<'T>)>)> provides CollectionChanged event which provides detailed information about what has with the collection.
(Inherited from ListWithEventsBase.)
Public eventItemChanged
Raised after item in the list is changed. Raised by setter of Item[([( Int32])]) property.
(Inherited from ListWithEvents<(Of <(<'T>)>)>.)
Public eventItemChanging
Raised before an item is changed. Raised by setter of Item[([( Int32])]) property.
(Inherited from ListWithEvents<(Of <(<'T>)>)>.)
Public eventItemValueChanged
Raised when any of items that is of type IReportsChange raises Changed event
(Inherited from ListWithEvents<(Of <(<'T>)>)>.)
Public eventListChanged
Occurs when the list changes or an item in the list changes.
(Inherited from ListWithEventsBase.)
Public eventRemoved
Raised after the list is cleared. Raised by Remove(T) and RemoveAt(Int32) methods.
(Inherited from ListWithEvents<(Of <(<'T>)>)>.)
Public eventRemoving
Raised before item is removed from the list. Raised by Remove(T) and RemoveAt(Int32) methods.
(Inherited from ListWithEvents<(Of <(<'T>)>)>.)

Explicit Interface Implementations

See Also