Click or drag to resize

BcfFaultViewCollection Properties

The BcfFaultViewCollection type exposes the following members.

Properties
  NameDescription
Public propertyAllowEdit
Gets or sets a value indicating whether items in the list can be edited.
(Inherited from BindingListBcfFaultView.)
Public propertyAllowNew
Gets or sets a value indicating whether you can add items to the list using the AddNew method.
(Inherited from BindingListBcfFaultView.)
Public propertyAllowRemove
Gets or sets a value indicating whether you can remove items from the collection.
(Inherited from BindingListBcfFaultView.)
Public propertyCount (Inherited from CollectionBcfFaultView.)
Public propertyIsDisposed
Gets a value indicating whether this instance is disposed.
(Inherited from BcfFaultViewCollectionTFaultView.)
Public propertyIsFiltered
Gets a value indicating the items in the list are filtered.
(Inherited from BcfFaultViewCollectionTFaultView.)
Protected propertyIsSortedCore
Gets a value indicating whether this instance is sorted.
(Inherited from BcfFaultViewCollectionTFaultView.)
Public propertyItem
Gets or sets the element at the specified index.
(Inherited from CollectionBcfFaultView.)
Protected propertyItems (Inherited from CollectionBcfFaultView.)
Public propertyRaiseListChangedEvents
Gets or sets a value indicating whether adding or removing items within the list raises ListChanged events.
(Inherited from BindingListBcfFaultView.)
Public propertySortDescriptions
Gets the collection of sort descriptions currently applied to the data source.
(Inherited from BcfFaultViewCollectionTFaultView.)
Protected propertySortDirectionCore
Gets the direction the list is sorted.
(Inherited from BindingListBcfFaultView.)
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 BindingListBcfFaultView.)
Protected propertySupportsChangeNotificationCore
Gets a value indicating whether ListChanged events are enabled.
(Inherited from BindingListBcfFaultView.)
Protected propertySupportsSearchingCore
Gets a value indicating whether the list supports searching.
(Inherited from BindingListBcfFaultView.)
Protected propertySupportsSortingCore
Gets a value indicating whether the list supports sorting.
(Inherited from BindingListBcfFaultView.)
Top
See Also