GOA - NETiKA.Toolkit.Data.DataCancellableCollectionBase

DataCancellableCollectionBase Class


Represents the base features in order to create a collection of data that implements the IDataList interface and that is cancelable.

Definition

public abstract class DataCancellableCollectionBase: Object, IDataList, INTKBindingList, INTKTypedList, IList, ICollection, IEnumerable

Members Table

MethodDescription
AddWhen implemented by a class, adds an item to the IList. (Inherited from IList)
AddIndexInherited from INTKBindingList.
AddNewInherited from INTKBindingList.
ApplyFilterApplies the filter to the collection. (Inherited from IDataList)
ApplySortInherited from INTKBindingList.
ClearClears the all items in the DataCancellableCollectionBase.
CollapseAllNodesCollapses all the nodes in the tree view control. (Inherited from IDataList)
ContainsWhen implemented by a class, determines whether the IList contains a specific value. (Inherited from IList)
CopyToWhen implemented by a class, copies the elements of the ICollection into an Array, starting at a particular Array index. (Inherited from ICollection)
CreateNewItemThis method is called when an new item is created by using the NETiKA.Toolkit.Data.INTKBindingList.AddNew method of the NETiKA.Toolkit.Data.INTKBindingList interface.
DataCancellableCollectionBaseOverloaded. Initializes a new instance of DataCancellableCollectionBase.
EqualsOverloaded. Compares two objects to determine if they are equal. (Inherited from Object)
ExpandAllNodesExpands all the nodes in the tree view control. (Inherited from IDataList)
FindOverloaded. Finds an object in the collection. (Inherited from IDataList)
GetEnumeratorReturns an enumerator that can iterate through the DataCancellableCollectionBase.
GetHashCodeServes as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object)
GetItemPropertiesInherited from INTKTypedList.
GetListNameInherited from INTKTypedList.
GetPropertyDescriptorCollectionThis method is called when the user of the collection (generaly a data grid) calls the NETiKA.Toolkit.Data.INTKTypedList.GetItemProperties method of the NETiKA.Toolkit.Data.INTKTypedList interface.
GetSortComparer
GetTypeGets the Type of the current instance. (Inherited from Object)
GroupByInherited from IDataList.
IndexOfWhen implemented by a class, determines the index of a specific item in the IList. (Inherited from IList)
InsertWhen implemented by a class, inserts an item to the IList at the specified position. (Inherited from IList)
MatchThis method is used by the DataCancellableCollectionBase during the find process.
NETiKA.Toolkit.ComponentModel.INTKBindingList.AddIndex
NETiKA.Toolkit.ComponentModel.INTKBindingList.AddNew
NETiKA.Toolkit.ComponentModel.INTKBindingList.ApplySort
NETiKA.Toolkit.ComponentModel.INTKBindingList.Find
NETiKA.Toolkit.ComponentModel.INTKBindingList.RemoveIndex
NETiKA.Toolkit.ComponentModel.INTKBindingList.RemoveSort
NETiKA.Toolkit.ComponentModel.INTKTypedList.GetItemProperties
NETiKA.Toolkit.ComponentModel.INTKTypedList.GetListName
NETiKA.Toolkit.Data.IDataList.ApplyFilterApplies the filter to the DataCancellableCollectionBase.
NETiKA.Toolkit.Data.IDataList.CollapseAllNodes
NETiKA.Toolkit.Data.IDataList.ExpandAllNodes
NETiKA.Toolkit.Data.IDataList.FindFinds an object in the DataCancellableCollectionBase with a specified item.
NETiKA.Toolkit.Data.IDataList.GroupBy
NETiKA.Toolkit.Data.IDataList.RemoveFilterRemoves any filter applied to the DataCancellableCollectionBase.
NETiKA.Toolkit.Data.IDataList.RemoveGrouping
NETiKA.Toolkit.Data.IDataList.RemoveTree
NETiKA.Toolkit.Data.IDataList.TreeBy
OnClearThis method will be called just before the collection of the DataCancellableCollectionBase is cleared.
OnClearCompleteThis method will be called just after the collection of the DataCancellableCollectionBase has been cleared.
OnInsertThis method will be called just before an item is inserted in the DataCancellableCollectionBase.
OnInsertCompleteThis method will be called just after an item has been inserted in the DataCancellableCollectionBase.
OnItemChangedThis method is called when the value of a property of an item is changed.
OnListChanged
OnRemoveThis method will be called just before an item is removed from the DataCancellableCollectionBase.
OnRemoveCompleteThis method will be called just after an item has been removed in the DataCancellableCollectionBase.
OnSetThis method will be called just before an item is set in the DataCancellableCollectionBase.
OnSetCompleteThis method will be called just after an item has been set in the DataCancellableCollectionBase.
OnValidateThis method is called during the validation of a value. It allows to define custom process.
ReferenceEqualsDetermines whether the specified Object instances are the same instance. (Inherited from Object)
RemoveWhen implemented by a class, removes the first occurrence of a specific object from the IList. (Inherited from IList)
RemoveAtRemoves an item at a specified index of a DataCancellableCollectionBase.
RemoveFilter
RemoveGrouping
RemoveIndexInherited from INTKBindingList.
RemoveSortInherited from INTKBindingList.
RemoveTree
System.Collections.ICollection.CopyToWhen implemented by a class, copies the elements of the ICollection into an Array, starting at a particular Array index.
System.Collections.IList.AddWhen implemented by a class, adds an item to the IList.
System.Collections.IList.ContainsWhen implemented by a class, determines whether the IList contains a specific value.
System.Collections.IList.IndexOfWhen implemented by a class, determines the index of a specific item in the IList.
System.Collections.IList.InsertWhen implemented by a class, inserts an item to the IList at the specified position.
System.Collections.IList.RemoveWhen implemented by a class, removes the first occurrence of a specific object from the IList.
System.Collections.IList.this[]When implemented by a class, gets or sets an item to the IList.
ToStringReturns a String that represents the current Object. (Inherited from Object)
TreeByInherited from IDataList.
this[]When implemented by a class, gets or sets an item to the IList. (Inherited from IList)
PropertyDescription
AllowEditGets or sets the value indicating whether the items in a DataCancellableCollectionBase are allowed the user to edit.
AllowNewGets or sets the value indicating whether the new items those are allowed to add to a DataCancellableCollectionBase.
AllowRemoveGets or sets the value indicating whether the items in a DataCancellableCollectionBase are allowed the user to remove.
CountGets the number of elements contained by the ICollection. (Inherited from ICollection)
ExpandedNodePropertyDescriptorInherited from IDataList.
FilterGet the current filter applied to the collection. (Inherited from IDataList)
GroupingCollectionInherited from IDataList.
IsFilteredGets the value indicating whether the collection is filtered. (Inherited from IDataList)
IsFixedSizeWhen implemented by a class, gets a value indicating whether the IList has a fixed size. (Inherited from IList)
IsGroupedInherited from IDataList.
IsReadOnlyWhen implemented by a class, gets a value indicating whether the IList is read-only. (Inherited from IList)
IsSortedInherited from INTKBindingList.
IsSynchronizedWhen implemented by a class, gets a value indicating whether access to the ICollection is synchronized. (Inherited from ICollection)
IsTreeInherited from IDataList.
ListGets the IList interface of the collection of the items.
NETiKA.Toolkit.ComponentModel.INTKBindingList.AllowEdit
NETiKA.Toolkit.ComponentModel.INTKBindingList.AllowNew
NETiKA.Toolkit.ComponentModel.INTKBindingList.AllowRemove
NETiKA.Toolkit.ComponentModel.INTKBindingList.IsSorted
NETiKA.Toolkit.ComponentModel.INTKBindingList.SortDirection
NETiKA.Toolkit.ComponentModel.INTKBindingList.SortProperty
NETiKA.Toolkit.ComponentModel.INTKBindingList.SupportsChangeNotification
NETiKA.Toolkit.ComponentModel.INTKBindingList.SupportsSearching
NETiKA.Toolkit.ComponentModel.INTKBindingList.SupportsSorting
NETiKA.Toolkit.Data.IDataList.ExpandedNodePropertyDescriptor
NETiKA.Toolkit.Data.IDataList.FilterGet the current filter applied to the DataCancellableCollectionBase.
NETiKA.Toolkit.Data.IDataList.GroupingCollection
NETiKA.Toolkit.Data.IDataList.IsFilteredGets the value indicating whether the DataCancellableCollectionBase is filtered.
NETiKA.Toolkit.Data.IDataList.IsGrouped
NETiKA.Toolkit.Data.IDataList.IsTree
NETiKA.Toolkit.Data.IDataList.ParentNodePropertyDescriptor
NETiKA.Toolkit.Data.IDataList.SupportsFilteringGets the value indicating whether the DataCancellableCollectionBase is able to process filtering.
NETiKA.Toolkit.Data.IDataList.SupportsGrouping
NETiKA.Toolkit.Data.IDataList.SupportsTree
ParentNodePropertyDescriptorInherited from IDataList.
SortDirectionInherited from INTKBindingList.
SortPropertyInherited from INTKBindingList.
SupportsChangeNotificationInherited from INTKBindingList.
SupportsFilteringGets or sets the value indicating whether the filtering the items in a DataCancellableCollectionBase is supported.
SupportsGrouping
SupportsSearchingGets or sets the value indicating whether the searching the items in a DataCancellableCollectionBase is supported.
SupportsSortingGets or sets the value indicating whether the sorting the items in a DataCancellableCollectionBase is supported.
SupportsTree
SyncRootWhen implemented by a class, gets an object that can be used to synchronize access to the ICollection. (Inherited from ICollection)
System.Collections.ICollection.Count
System.Collections.ICollection.IsSynchronizedWhen implemented by a class, gets a value indicating whether access to the ICollection is synchronized.
System.Collections.ICollection.SyncRootWhen implemented by a class, gets an object that can be used to synchronize access to the ICollection.
System.Collections.IList.IsFixedSizeWhen implemented by a class, gets a value indicating whether the IList has a fixed size.
System.Collections.IList.IsReadOnlyWhen implemented by a class, gets a value indicating whether the IList is read-only.
EventDescription
CollectionClearedAppears when the collection has been cleared.
CollectionClearingAppears when the collection is being cleared.
ItemInsertedAppears when an item has been inserted in a DataCancellableCollectionBase.
ItemInsertingAppears when an item is being inserted in a DataCancellableCollectionBase.
ItemRemovedAppears when an item has been removed in a DataCancellableCollectionBase.
ItemRemovingAppears when an item is being removed in a DataCancellableCollectionBase.
ItemSettedAppears when an item has been set in a DataCancellableCollectionBase.
ItemSettingAppears when an item is being set in a DataCancellableCollectionBase.
ItemValueChangedAppears when the value of an item of a DataCancellableCollectionBase has been changed.
ListChangedInherited from INTKBindingList.
NETiKA.Toolkit.ComponentModel.INTKBindingList.ListChanged

Inheritance Hierarchy

Object
DataCancellableCollectionBase

Class Information

NamespaceNETiKA.Toolkit.Data
Flash LibraryGOAToolkit.scl
Flash Library Version0.20.3.0
Silverlight LibraryGOAToolkit.dll



© 2003-2007 NETiKA Technologies. All rights reserved.