The following tables list the members exposed by TypelessDataManager.
Name | Description | |
---|---|---|
TypelessDataManager Constructor |
Name | Description | |
---|---|---|
AllowCollectionViewOverrides | Gets/Sets whether this DataManagerBase is allowed to set properties for sorting and grouping if DataSource is an ICollectionView (Inherited from Infragistics.DataManagerBase) | |
CachedCollectionType | A cached version of CollectionType. (Inherited from Infragistics.DataManagerBase) | |
CachedType | Gets/Sets a cached version of the DataType. (Inherited from Infragistics.DataManagerBase) | |
CachedTypedInfo | Gets/Sets a cached version of the DataType. (Inherited from Infragistics.DataManagerBase) | |
ConditionalFormattingRules | Gets / sets the collection of conditional formatting rules which will be requesting data. (Inherited from Infragistics.DataManagerBase) | |
CurrentPage | Gets / sets the index of the page of data which should be retrieved from the manager. (Inherited from Infragistics.DataManagerBase) | |
DataSource | Gets or sets the IEnumerable that this DataManagerBase manages. (Inherited from Infragistics.DataManagerBase) | |
EnablePaging | Gets / sets whether paging should be used by the manager. (Inherited from Infragistics.DataManagerBase) | |
Filters | Gets / sets the RecordFilterCollection which will be applied to the records during the databinding. (Inherited from Infragistics.DataManagerBase) | |
GroupByObject | Gets/Sets the object in which the data that this DataManagerBase represents, should be grouped by. (Inherited from Infragistics.DataManagerBase) | |
GroupBySortAscending | Gets/Sets the sort direction that should be applied to the field that the underlying data has been grouped by. (Inherited from Infragistics.DataManagerBase) | |
GroupBySortContext | Gets/Sets the CurrentSort that will be applied when the data is Grouped by a particular field. (Inherited from Infragistics.DataManagerBase) | |
MergeDataContexts | Gets the list of MergedDataContext objects, that the manager should be displaying the data as. (Inherited from Infragistics.DataManagerBase) | |
OriginalDataSource | Gets or sets the IEnumerable that this DataManagerBase manages without converting types. (Inherited from Infragistics.DataManagerBase) | |
PageCount | Gets the total number of pages available in the data source based on page size. If EnablePaging is false, this will report 1. (Inherited from Infragistics.DataManagerBase) | |
PageSize | Gets / sets how many records constitute a page of data (Inherited from Infragistics.DataManagerBase) | |
RecordCount | Gets the number of records that can be currently displayed. (Inherited from Infragistics.DataManagerBase) | |
Sort | Gets an observable collection of sorts, from primary sort to final sort. Sorts after the first are only applied if all the previous sorts were equal. (Inherited from Infragistics.DataManagerBase) | |
SortedFilteredDataSource | Gets/sets a cached list of sorted items. (Inherited from Infragistics.DataManagerBase) | |
Summaries | Gets / sets the SummaryDefinitionCollection which will be applied to the records during the databinding. (Inherited from Infragistics.DataManagerBase) | |
SummaryExecution | Gets / sets the SummaryExecution which will determine where the summaries should be calculated by default. (Inherited from Infragistics.DataManagerBase) | |
SummaryResultCollection | The collection of SummaryResult objects that will be populated by the DataManagerBase. (Inherited from Infragistics.DataManagerBase) | |
SupportsDataManipulations | Gets/ sets whether data manipulations such as Sorting are supported on this particular data manager. (Inherited from Infragistics.DataManagerBase) | |
SupportsEditing | Gets whether editing is supported by the collection. (Inherited from Infragistics.DataManagerBase) | |
SuspendInvalidateDataSource | Gets / sets if the DataManager should be prevented from invaliating it's cached data stores, so that multiple actions can be built up and executed at one time. (Inherited from Infragistics.DataManagerBase) | |
TotalRecordCount | Gets the total number of records available from the datasource. (Inherited from Infragistics.DataManagerBase) |
Name | Description | |
---|---|---|
CollectionType | The System.Type that the collection is designed to hold. (Inherited from Infragistics.DataManagerBase) | |
DataType | Returns type of data that this IEnumerable represents. (Inherited from Infragistics.DataManagerBase) | |
Defer | Prevents operations from happening when the control is in an inconsistant state. (Inherited from Infragistics.DataManagerBase) | |
IBindingListData | Gets the underlying data source as an System.ComponentModel.IBindingList. If the datasource isn't an IBindingList, null is returned. (Inherited from Infragistics.DataManagerBase) | |
IBindingLisViewtData | Gets the underlying data source as an System.ComponentModel.IBindingListView. If the datasource isn't an IBindingListView, null is returned. (Inherited from Infragistics.DataManagerBase) | |
ICollectionViewData | Gets the underlying data source as an System.ComponentModel.ICollectionView. If the datasource isn't an ICollectionView, null is returned. (Inherited from Infragistics.DataManagerBase) | |
IEditableCollectionViewData | Gets the underlying data source as an System.ComponentModel.IEditableCollectionView. If the datasource isn't an IEditableCollectionView, null is returned. (Inherited from Infragistics.DataManagerBase) | |
IFilteredCollectionViewData | Gets the underlying data source as an IFilteredCollectionView. If the datasource isn't an IFilteredCollectionView, null is returned. (Inherited from Infragistics.DataManagerBase) | |
IListData | Gets the underlying data source as an System.Collections.IList. If the datasource isn't an IList, null is returned. (Inherited from Infragistics.DataManagerBase) | |
IsSortedFilteredDataSourceCalculated | Gets/ sets whether the the SortedFilteredDataSource needs to be recalculated. (Inherited from Infragistics.DataManagerBase) | |
ITypedListData | Gets the underlying data source as an System.ComponentModel.ITypedList. If the datasource isn't an ITypedList, null is returned. (Inherited from Infragistics.DataManagerBase) |
Name | Description | |
---|---|---|
AddRecord | Adds inputted object to the datasource (Inherited from Infragistics.DataManagerBase) | |
CancelEdit | Wraps the IEditableCollectionVie.CancelEdit method (Inherited from Infragistics.DataManagerBase) | |
CommitEdit | Wraps the IEditableCollectionVie.CommitEdit method (Inherited from Infragistics.DataManagerBase) | |
DetachWeekReferences | Clears the collection changed handlers used by the DataManager (Inherited from Infragistics.DataManagerBase) | |
EditItem | Wraps the IEditableCollectionVie.EditItem method (Inherited from Infragistics.DataManagerBase) | |
GenerateNewObject | Creates a new object with of DataType type. (Inherited from Infragistics.DataManagerBase) | |
GetDataProperties | Returns an IEnumerable of DataField's that describe the different fields in this object. (Inherited from Infragistics.DataManagerBase) | |
GetRecord | Returns an object in the data source at a given index, after applying the sort and filter. (Inherited from Infragistics.DataManagerBase) | |
InsertRecord | Adds inputted object to the datasource at the given index (Inherited from Infragistics.DataManagerBase) | |
RefreshSummaries | Reevaluates the summaries for the ItemsSource bound to this DataManagerBase. (Inherited from Infragistics.DataManagerBase) | |
RemoveRecord | Removes a record from the datasource. (Inherited from Infragistics.DataManagerBase) | |
Reset | Clears out any stored information on the previous DataSource. (Inherited from Infragistics.DataManagerBase) | |
ResolveIndexForRecord | Looks through the filtered DataSource for the index of the item specified. (Inherited from Infragistics.DataManagerBase) | |
UpdateCurrentItem | Moves the System.ComponentModel.ICollectionView current item pointer to the inputted item. (Inherited from Infragistics.DataManagerBase) | |
UpdateData | Clears the underlying cached data, and triggeres all data operations to be applied again. (Inherited from Infragistics.DataManagerBase) |
Name | Description | |
---|---|---|
ClearCachedDataSource | Clears any cached information that the manager keeps. (Inherited from Infragistics.DataManagerBase) | |
GenerateDataField | Creates a DataField object, which contains information about a specific property. (Inherited from Infragistics.DataManagerBase) | |
GetDataSource | Gets the DataSource associated with this DataManagerBase. (Inherited from Infragistics.DataManagerBase) | |
OnCollectionChanged | Raises the CollectionChanged event. (Inherited from Infragistics.DataManagerBase) | |
OnCurrentItemChanged | Raises the CurrentItemChanged event. (Inherited from Infragistics.DataManagerBase) | |
OnDataSourceCollectionChanged | Triggered when the underlying data source's data is changed. (Inherited from Infragistics.DataManagerBase) | |
OnDataUpdated | Raises the DataUpdated event. (Inherited from Infragistics.DataManagerBase) | |
OnListChanged | Raises the ListChanged event. (Inherited from Infragistics.DataManagerBase) | |
OnNewObjectGeneration | Raises the NewObjectGeneration event. (Inherited from Infragistics.DataManagerBase) | |
OnResolvingData | Raises the ResolvingData event. (Inherited from Infragistics.DataManagerBase) | |
ResolveCount | Determines the size of the collection by walking through the DataSource. (Inherited from Infragistics.DataManagerBase) | |
ResolveFilteredSortedPagedDataSource | Uses the existing paging, sorting, and filtering information to build a cached object for the DataManagerBase to use. (Inherited from Infragistics.DataManagerBase) | |
ResolveRecord | Resolve the specified record at a given index. (Inherited from Infragistics.DataManagerBase) | |
SetDataSource | Overridden. Sets the DataSource while registering for change notification. | |
SetSortedFilteredDataSource | Used to update the sorted, filtered, paged, and grouped data source. (Inherited from Infragistics.DataManagerBase) |
Name | Description | |
---|---|---|
CollectionChanged | Occurs when the data source has changed and it implements System.Collections.Specialized.INotifyCollectionChanged. (Inherited from Infragistics.DataManagerBase) | |
CurrentItemChanged | Event raised when the currentItem changes. (Inherited from Infragistics.DataManagerBase) | |
DataUpdated | Event raised when the underlying data changes. (Inherited from Infragistics.DataManagerBase) | |
ListChanged | Occurs when the data source has changed and it implements System.Collections.Specialized.INotifyCollectionChanged. (Inherited from Infragistics.DataManagerBase) | |
NewObjectGeneration | Event raised when the DataManagerBase is attempting to create a new instance of the CachedType object. (Inherited from Infragistics.DataManagerBase) | |
ResolvingData | Event raised when paging, filtering, sorting, or groupby actions are changed. (Inherited from Infragistics.DataManagerBase) |