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: 2.1.0.0
Syntax
public abstract class BcfValidatorResultTableView<TValidatorResultView> : BindingList<TValidatorResultView>, 
	IDisposable, IBindingListView, IBindingList, IList, ICollection, 
	IEnumerable
where TValidatorResultView : BcfValidatorResultView

Type Parameters

TValidatorResultView
The type of the t validator result data view.

The BcfValidatorResultTableViewTValidatorResultView type exposes the following members.

Constructors
  NameDescription
Protected methodBcfValidatorResultTableViewTValidatorResultView
Initializes a new instance of the BcfValidatorResultTableViewTValidatorResultView class.
Top
Methods
  NameDescription
Public methodAdd (Inherited from CollectionTValidatorResultView.)
Public methodAddNew
Adds a new item to the collection.
(Inherited from BindingListTValidatorResultView.)
Protected methodAddNewCore
Adds a new item to the end of the collection.
(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
Discards a pending new item.
(Inherited from BindingListTValidatorResultView.)
Public methodClear (Inherited from CollectionTValidatorResultView.)
Protected methodClearItems
Removes all elements from the collection.
(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
Commits a pending new item to the collection.
(Inherited from BindingListTValidatorResultView.)
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 BindingListTValidatorResultView.)
Public methodGetEnumerator (Inherited from CollectionTValidatorResultView.)
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.
Public methodIndexOf (Inherited from CollectionTValidatorResultView.)
Public methodInsert (Inherited from CollectionTValidatorResultView.)
Protected methodInsertItem
Inserts the specified item in the list at the specified index.
(Inherited from BindingListTValidatorResultView.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnAddingNew
Raises the AddingNew event.
(Inherited from BindingListTValidatorResultView.)
Protected methodOnListChanged
Raises the ListChanged event.
(Inherited from BindingListTValidatorResultView.)
Public methodRemove (Inherited from CollectionTValidatorResultView.)
Public methodRemoveAt (Inherited from CollectionTValidatorResultView.)
Protected methodRemoveItem
Removes the item at the specified index.
(Inherited from BindingListTValidatorResultView.)
Protected methodRemoveSortCore
Removes the sort.
(Overrides BindingListTRemoveSortCore.)
Public methodResetBindings
Raises a ListChanged event of type Reset.
(Inherited from BindingListTValidatorResultView.)
Public methodResetItem
Raises a ListChanged event of type ItemChanged for the item at the specified position.
(Inherited from BindingListTValidatorResultView.)
Protected methodSetItem
Replaces the item at the specified index with the specified item.
(Inherited from BindingListTValidatorResultView.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyAllowEdit
Gets or sets a value indicating whether items in the list can be edited.
(Inherited from BindingListTValidatorResultView.)
Public propertyAllowNew
Gets or sets a value indicating whether you can add items to the list using the AddNew method.
(Inherited from BindingListTValidatorResultView.)
Public propertyAllowRemove
Gets or sets a value indicating whether you can remove items from the collection.
(Inherited from BindingListTValidatorResultView.)
Public propertyCount (Inherited from CollectionTValidatorResultView.)
Protected propertyIsSortedCore
Gets a value indicating whether this instance is sorted.
(Overrides BindingListTIsSortedCore.)
Public propertyItem
Gets or sets the element at the specified index.
(Inherited from CollectionTValidatorResultView.)
Protected propertyItems (Inherited from CollectionTValidatorResultView.)
Public propertyRaiseListChangedEvents
Gets or sets a value indicating whether adding or removing items within the list raises ListChanged events.
(Inherited from BindingListTValidatorResultView.)
Public propertySortDescriptions
Gets the collection of sort descriptions currently applied to the data source.
Protected propertySortDirectionCore
Gets the direction the list is sorted.
(Inherited from BindingListTValidatorResultView.)
Protected propertySortPropertyCore
Gets the property descriptor that is used for sorting the list if sorting is implemented in a derived class; otherwise, returns null.
(Inherited from BindingListTValidatorResultView.)
Protected propertySupportsChangeNotificationCore
Gets a value indicating whether ListChanged events are enabled.
(Inherited from BindingListTValidatorResultView.)
Protected propertySupportsSearchingCore
Gets a value indicating whether the list supports searching.
(Inherited from BindingListTValidatorResultView.)
Protected propertySupportsSortingCore
Gets a value indicating whether the list supports sorting.
(Inherited from BindingListTValidatorResultView.)
Top
Events
  NameDescription
Public eventAddingNew
Occurs before an item is added to the list.
(Inherited from BindingListTValidatorResultView.)
Public eventListChanged
Occurs when the list or an item in the list changes.
(Inherited from BindingListTValidatorResultView.)
Top
See Also