Click or drag to resize
CalculationWorks Logo
BcfValidatorResultTableView Methods

The BcfValidatorResultTableView type exposes the following members.

Methods
  NameDescription
Public methodAdd (Inherited from CollectionBcfValidatorResultView.)
Public methodAddNew
Adds a new item to the collection.
(Inherited from BindingListBcfValidatorResultView.)
Protected methodAddNewCore
Adds a new item to the end of the collection.
(Inherited from BindingListBcfValidatorResultView.)
Public methodApplyFilter
Applies the filter.
(Inherited from BcfValidatorResultTableViewTValidatorResultView.)
Public methodApplySort
Sorts the data source based on the given ListSortDescriptionCollection.
(Inherited from BcfValidatorResultTableViewTValidatorResultView.)
Protected methodApplySortCore
Applies the sort.
(Inherited from BcfValidatorResultTableViewTValidatorResultView.)
Public methodCancelNew
Discards a pending new item.
(Inherited from BindingListBcfValidatorResultView.)
Public methodClear (Inherited from CollectionBcfValidatorResultView.)
Protected methodClearItems
Removes all elements from the collection.
(Inherited from BindingListBcfValidatorResultView.)
Public methodContains (Inherited from CollectionBcfValidatorResultView.)
Public methodCopyTo (Inherited from CollectionBcfValidatorResultView.)
Public methodCreateValidatorResultView
Creates the validator result data view.
(Overrides BcfValidatorResultTableViewTValidatorResultViewCreateValidatorResultView(BcfValidatorResult).)
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from BcfValidatorResultTableViewTValidatorResultView.)
Protected methodDispose(Boolean)
Releases unmanaged and - optionally - managed resources.
(Inherited from BcfValidatorResultTableViewTValidatorResultView.)
Public methodEndNew
Commits a pending new item to the collection.
(Inherited from BindingListBcfValidatorResultView.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Protected methodFindCore
Searches for the index of the item that has the specified property descriptor with the specified value, if searching is implemented in a derived class; otherwise, a NotSupportedException.
(Inherited from BindingListBcfValidatorResultView.)
Public methodGetEnumerator (Inherited from CollectionBcfValidatorResultView.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetViewManager
Gets the BcfViewManager.
(Inherited from BcfValidatorResultTableViewTValidatorResultView.)
Public methodIndexOf (Inherited from CollectionBcfValidatorResultView.)
Public methodInsert (Inherited from CollectionBcfValidatorResultView.)
Protected methodInsertItem
Inserts the specified item in the list at the specified index.
(Inherited from BindingListBcfValidatorResultView.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnAddingNew
Raises the AddingNew event.
(Inherited from BindingListBcfValidatorResultView.)
Protected methodOnListChanged
Raises the ListChanged event.
(Inherited from BindingListBcfValidatorResultView.)
Public methodRemove (Inherited from CollectionBcfValidatorResultView.)
Public methodRemoveAt (Inherited from CollectionBcfValidatorResultView.)
Protected methodRemoveItem
Removes the item at the specified index.
(Inherited from BindingListBcfValidatorResultView.)
Protected methodRemoveSortCore
Removes the sort.
(Inherited from BcfValidatorResultTableViewTValidatorResultView.)
Public methodResetBindings
Raises a ListChanged event of type Reset.
(Inherited from BindingListBcfValidatorResultView.)
Public methodResetItem
Raises a ListChanged event of type ItemChanged for the item at the specified position.
(Inherited from BindingListBcfValidatorResultView.)
Protected methodSetItem
Replaces the item at the specified index with the specified item.
(Inherited from BindingListBcfValidatorResultView.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also