GOA - NETiKA.Toolkit.Data

NETiKA.Toolkit.Data Namespace


Classes

ClassDescription
AsyncDataCollectionBaseRepresents the base features in order to create a virtual collection of data that implements the IDataList interface. 
AsyncDataCollectionEnumeratorRepresents the enumerator of the AsyncDataCollectionBase class. 
AsyncFindItemRequestFinds an item the collection of the items those are requested by the BeginAsyncItemsRequest method of IAsyncDataList interface. 
AsyncItemsRequestRepresents the items those are requested by the BeginAsyncItemsRequest method of IAsyncDataList interface. 
AsyncSizeRequestRepresents the size of the request that is used in asynchronous mode. 
BaseTypeFilterThe base class for derived type filter classes. 
BooleanFilterRepresents the filter to use with Boolean type. 
BooleanPropertyFilterRepresents the filter to use with Boolean properties. 
CancelCollectionItemChangeEventArgs 
CancelCollectionItemEventArgsProvides data for the ItemInserting and ItemRemoving events of a DataCollectionBase class; Provides data for the ItemInserting and ItemRemoving events of a DataCancellableCollectionBase class. 
CancelCollectionItemSetEventArgsProvides data for the ItemSetting event of a DataCollectionBase class; Provides data for the ItemSetting event of a DataCancellableCollectionBase class. 
CancelValueSetEventArgs 
CancellableCollectionBaseRepresents a base class allows to build collections that are cancellable. 
CollectionHelperManipulates the collections by using some utilities methods from this class. 
CollectionItemChangeEventArgs 
CollectionItemEventArgsProvides data for the ItemAdded, ItemChanged and ItemDeleted events of a BaseNTKDataGrid control; Provides data for the ItemAdded, ItemChanged and ItemDeleted events of a NTKDataGrid control; Provides data for the ItemInserted and ItemRemoved events of a DataCollectionBase class; Provides data for the ItemInserted and ItemRemoved events of a DataCancellableCollectionBase class. 
CollectionItemSetEventArgsProvides data for the ItemSetted event of a DataCollectionBase class; Provides data for the ItemSetted event of a DataCancellableCollectionBase class. 
CollectionItemValueChangeEventArgsProvides data for the ItemValueChanged event of a DataCollectionBase class; Provides data for the ItemValueChanged event of a DataCancellableCollectionBase class. 
ComposedFilterRepresents the filter that allows to compose two filters. 
DataCancellableCollectionBaseRepresents the base features in order to create a collection of data that implements the IDataList interface and that is cancelable. 
DataCollectionBaseRepresents the base features in order to create a collection of data that implements the IDataList interface. 
DataItemBaseRepresents an abstract class that allows to create the items in a grid. 
DataPropertyComparerCompares two IDataItem
DataPropertyDescriptorRepresents the properties of the descriptor. 
DateTimeFilterRepresents the filter to use with DateTime type. 
DateTimePropertyFilterRepresents the filter to use with DateTime properties. 
DoubleFilterRepresents the filter to use with Double type. 
DoublePropertyFilterRepresents the filter to use with Double properties. 
FilterThe base class for various derived filter classes. 
IntegerFilterRepresents the filter to use with Int32 type. 
IntegerPropertyFilterRepresents the filter to use with Int32 properties. 
ItemIndexEventArgsProvides data for the AsyncItemFound event of the AsyncDataCollectionBase
MissingItemsEventArgsProvides data for the AsyncItemsFilled event of the AsyncDataCollectionBase
NTKCategoryAttribute 
NTKDescriptionAttribute 
NTKDisplayNameAttribute 
NotFilterRepresents the filter that allows to take the opposite of another filter. 
PropertyChangeEventArgsProvides data for the PropertyChanged event of a IDataItem interface. 
PropertyFilterRepresents the base filter used to build the property type filters that apply on properties. 
StringFilterRepresents the filter to use with String type. 
StringPropertyFilterRepresents the filter to use with String properties. 

Interfaces

InterfaceDescription
IAsyncDataListProvides asynchronous feature to the AsyncDataCollectionBase
IDataItemProvides the implementation for the control that allows to access to their properties by the  DataPropertyDescriptor
IDataListProvide the filtering features to a collection. 

Delegates

DelegatesDescription
AsyncItemsFilledEventHandlerRepresents the method that will handle the AsyncItemsFilled event of the AsyncDataCollectionBase
CancelCollectionItemEventHandlerRepresents the method that will handle the ItemInserting and ItemRemoving events of the DataCollectionBase class; the ItemInserting ad ItemRemoving events of the DataCancellableCollectionBase class. 
CancelCollectionItemSetEventHandlerRepresents the method that will handle the ItemSetting event of the DataCollectionBase class; the ItemSetting event of the DataCancellableCollectionBase class. 
CancelCollectionItemValueChangeEventHandlerRepresents the method that will handle the ItemValueChanged event of a DataCollectionBase class; the ItemValueChanged event of a DataCancellableCollectionBase class. 
CancelValueSetEventHandler 
CollectionItemEventHandlerRepresents the method that will handle the ItemAdded, ItemChanged and ItemDeleted events of a BaseNTKDataGrid control;the ItemAdded, ItemChanged and ItemDeleted events of a NTKDataGrid control; the ItemInserted and ItemRemoved events of a DataCollectionBase class; the ItemInserted and ItemRemoved events of a DataCancellableCollectionBase class. 
CollectionItemSetEventHandlerRepresents the method that will handle the ItemSetted event of the DataCollectionBase class; the ItemSetted event of the DataCancellableCollectionBase class. 
CollectionItemValueChangeEventHandlerRepresents the method that will handle the ItemValueChanged event of the DataCollectionBase class; the ItemValueChanged event of the DataCancellableCollectionBase class. 
ItemIndexEventHandlerRepresents the method that will handle the AsyncItemFound event of the AsyncDataCollectionBase
PropertyChangeEventHandlerRepresents the method that will handle the PropertyChanged event of a IDataItem interface. 

Enumerations

EnumerationsDescription
BooleanFilterOperatorSpecifies the way of filter that is used for BooleanFilter
CompositionSpecifies the type of composition used in ComposedFilter class. 
DateTimeFilterOperatorSpecifies the way of filter that is used for DateTimeFilter
DoubleFilterOperatorSpecifies the way of filter that is used for DoubleFilter
IntegerFilterOperatorSpecifies the way of filter that is used for IntegerFilter
StringFilterOperatorSpecifies the way of filter that is used for StringFilter



© 2003-2007 NETiKA Technologies. All rights reserved.