Click or drag to resize
CalculationWorks Logo
BcfValidatorResultTableView Class
Default implementation of a validator issue list.
Inheritance Hierarchy
SystemObject
  System.Collections.ObjectModelCollectionBcfValidatorResultView
    BindingListBcfValidatorResultView
      CalculationWorks.ViewModel.FormsBcfValidatorResultTableViewBcfValidatorResultView
        CalculationWorks.ViewModel.FormsBcfValidatorResultTableView

Namespace: CalculationWorks.ViewModel.Forms
Assembly: CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 3.0.2.0
Syntax
public class BcfValidatorResultTableView : BcfValidatorResultTableView<BcfValidatorResultView>

The BcfValidatorResultTableView type exposes the following members.

Constructors
  NameDescription
Public methodBcfValidatorResultTableView
Initializes a new instance of the BcfValidatorResultTableView class.
Top
Properties
  NameDescription
Public propertyAllowEdit (Inherited from BindingListBcfValidatorResultView.)
Public propertyAllowNew (Inherited from BindingListBcfValidatorResultView.)
Public propertyAllowRemove (Inherited from BindingListBcfValidatorResultView.)
Public propertyCount (Inherited from CollectionBcfValidatorResultView.)
Public propertyIsDisposed
Gets a value indicating whether this instance is disposed.
(Inherited from BcfValidatorResultTableViewTValidatorResultView.)
Protected propertyIsSortedCore
Gets a value indicating whether this instance is sorted.
(Inherited from BcfValidatorResultTableViewTValidatorResultView.)
Public propertyItem
Gets or sets the element at the specified index.
(Inherited from CollectionBcfValidatorResultView.)
Protected propertyItems (Inherited from CollectionBcfValidatorResultView.)
Public propertyRaiseListChangedEvents (Inherited from BindingListBcfValidatorResultView.)
Public propertySortDescriptions
Gets the collection of sort descriptions currently applied to the data source.
(Inherited from BcfValidatorResultTableViewTValidatorResultView.)
Protected propertySortDirectionCore (Inherited from BindingListBcfValidatorResultView.)
Protected propertySortPropertyCore (Inherited from BindingListBcfValidatorResultView.)
Protected propertySupportsChangeNotificationCore (Inherited from BindingListBcfValidatorResultView.)
Protected propertySupportsSearchingCore (Inherited from BindingListBcfValidatorResultView.)
Protected propertySupportsSortingCore (Inherited from BindingListBcfValidatorResultView.)
Top
Methods
  NameDescription
Public methodAdd (Inherited from CollectionBcfValidatorResultView.)
Public methodAddNew (Inherited from BindingListBcfValidatorResultView.)
Protected methodAddNewCore (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 (Inherited from BindingListBcfValidatorResultView.)
Public methodClear (Inherited from CollectionBcfValidatorResultView.)
Protected methodClearItems (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 (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 (Inherited from BindingListBcfValidatorResultView.)
Public methodGetDataSet
Gets the BcfDataSet.
(Inherited from BcfValidatorResultTableViewTValidatorResultView.)
Public methodGetEnumerator (Inherited from CollectionBcfValidatorResultView.)
Public methodGetHashCode
Serves as the default hash function.
(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 (Inherited from BindingListBcfValidatorResultView.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnAddingNew (Inherited from BindingListBcfValidatorResultView.)
Protected methodOnListChanged (Inherited from BindingListBcfValidatorResultView.)
Public methodRemove (Inherited from CollectionBcfValidatorResultView.)
Public methodRemoveAt (Inherited from CollectionBcfValidatorResultView.)
Protected methodRemoveItem (Inherited from BindingListBcfValidatorResultView.)
Protected methodRemoveSortCore
Removes the sort.
(Inherited from BcfValidatorResultTableViewTValidatorResultView.)
Public methodResetBindings (Inherited from BindingListBcfValidatorResultView.)
Public methodResetItem (Inherited from BindingListBcfValidatorResultView.)
Protected methodSetItem (Inherited from BindingListBcfValidatorResultView.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
  NameDescription
Public eventAddingNew (Inherited from BindingListBcfValidatorResultView.)
Public eventListChanged (Inherited from BindingListBcfValidatorResultView.)
Top
Version Information

CalculationWorks.ViewModel.Forms

Supported in: 3.0, 2.1, 2.0
See Also