Click or drag to resize
CalculationWorks Logo
BcfValidatorResultTableViewTValidatorResultView Class
Generic base class for validator issue lists.
Inheritance Hierarchy
SystemObject
  System.Collections.ObjectModelCollectionTValidatorResultView
    System.ComponentModelBindingListTValidatorResultView
      CalculationWorks.ViewModel.FormsBcfValidatorResultTableViewTValidatorResultView
        CalculationWorks.ViewModel.FormsBcfValidatorResultTableView

Namespace: CalculationWorks.ViewModel.Forms
Assembly: CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 3.2.1.2
Syntax
public abstract class BcfValidatorResultTableView<TValidatorResultView> : BindingList<TValidatorResultView>, 
	IDisposable, IBindingListView, IBindingList, IList, ICollection, 
	IEnumerable
where TValidatorResultView : BcfValidatorResultView

Type Parameters

TValidatorResultView
The type of validator result.

The BcfValidatorResultTableViewTValidatorResultView type exposes the following members.

Constructors
  NameDescription
Protected methodBcfValidatorResultTableViewTValidatorResultView
Initializes a new instance of the BcfValidatorResultTableViewTValidatorResultView class.
Top
Properties
  NameDescription
Public propertyAllowEdit (Inherited from BindingListTValidatorResultView.)
Public propertyAllowNew (Inherited from BindingListTValidatorResultView.)
Public propertyAllowRemove (Inherited from BindingListTValidatorResultView.)
Public propertyCount (Inherited from CollectionTValidatorResultView.)
Public propertyIsDisposed
Gets a value indicating whether this instance is disposed.
Protected propertyIsSortedCore
Gets a value indicating whether this instance is sorted.
(Overrides BindingListTIsSortedCore.)
Public propertyItem (Inherited from CollectionTValidatorResultView.)
Protected propertyItems (Inherited from CollectionTValidatorResultView.)
Public propertyRaiseListChangedEvents (Inherited from BindingListTValidatorResultView.)
Public propertySortDescriptions
Gets the collection of sort descriptions currently applied to the data source.
Protected propertySortDirectionCore (Inherited from BindingListTValidatorResultView.)
Protected propertySortPropertyCore (Inherited from BindingListTValidatorResultView.)
Protected propertySupportsChangeNotificationCore (Inherited from BindingListTValidatorResultView.)
Protected propertySupportsSearchingCore (Inherited from BindingListTValidatorResultView.)
Protected propertySupportsSortingCore (Inherited from BindingListTValidatorResultView.)
Top
Methods
  NameDescription
Public methodAdd (Inherited from CollectionTValidatorResultView.)
Public methodAddNew (Inherited from BindingListTValidatorResultView.)
Protected methodAddNewCore (Inherited from BindingListTValidatorResultView.)
Public methodApplyFilter
Applies the filter.
Public methodApplySort
Sorts the data source based on the given ListSortDescriptionCollection.
Protected methodApplySortCore
Applies the sort.
(Overrides BindingListTApplySortCore(PropertyDescriptor, ListSortDirection).)
Public methodCancelNew (Inherited from BindingListTValidatorResultView.)
Public methodClear (Inherited from CollectionTValidatorResultView.)
Protected methodClearItems (Inherited from BindingListTValidatorResultView.)
Public methodContains (Inherited from CollectionTValidatorResultView.)
Public methodCopyTo (Inherited from CollectionTValidatorResultView.)
Public methodCreateValidatorResultView
Creates the validator result data view.
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Protected methodDispose(Boolean)
Releases unmanaged and - optionally - managed resources.
Public methodEndNew (Inherited from BindingListTValidatorResultView.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Protected methodFindCore (Inherited from BindingListTValidatorResultView.)
Public methodGetDataSet
Gets the BcfDataSet.
Public methodGetEnumerator (Inherited from CollectionTValidatorResultView.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodGetViewManager
Gets the BcfViewManager.
Public methodIndexOf (Inherited from CollectionTValidatorResultView.)
Public methodInsert (Inherited from CollectionTValidatorResultView.)
Protected methodInsertItem (Inherited from BindingListTValidatorResultView.)
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodOnAddingNew (Inherited from BindingListTValidatorResultView.)
Protected methodOnListChanged (Inherited from BindingListTValidatorResultView.)
Public methodRemove (Inherited from CollectionTValidatorResultView.)
Public methodRemoveAt (Inherited from CollectionTValidatorResultView.)
Protected methodRemoveItem (Inherited from BindingListTValidatorResultView.)
Protected methodRemoveSortCore
Removes the sort.
(Overrides BindingListTRemoveSortCore.)
Public methodResetBindings (Inherited from BindingListTValidatorResultView.)
Public methodResetItem (Inherited from BindingListTValidatorResultView.)
Protected methodSetItem (Inherited from BindingListTValidatorResultView.)
Public methodToString (Inherited from Object.)
Top
Events
  NameDescription
Public eventAddingNew (Inherited from BindingListTValidatorResultView.)
Public eventListChanged (Inherited from BindingListTValidatorResultView.)
Top
Version Information

CalculationWorks.ViewModel.Forms

Supported in: 3.2, 3.0, 2.1, 2.0
See Also