ParameterCollection Properties
A collection of a document’s parameters.Name | Description |
---|---|
AllowEdit | Gets or sets a value indicating whether items in the list can be edited. Inherited from BindingList<T>. |
AllowNew | Gets or sets a value indicating whether you can add items to the list using the AddNew() method. Inherited from BindingList<T>. |
AllowRemove | Gets or sets a value indicating whether you can remove items from the collection. Inherited from BindingList<T>. |
Count | Gets the number of elements actually contained in the Collection<T>. Inherited from Collection<T>. |
IsSortedCore protected | Gets a value indicating whether the list is sorted. Inherited from BindingList<T>. |
Item[Int32] | Gets or sets the element at the specified index. Inherited from Collection<T>. |
Item[String] | Provides access to the parameter with the specified name. |
Items protected | Gets a IList<T> wrapper around the Collection<T>. Inherited from Collection<T>. |
RaiseListChangedEvents | Gets or sets a value indicating whether adding or removing items within the list raises ListChanged events. Inherited from BindingList<T>. |
SortDirectionCore protected | Gets the direction the list is sorted. Inherited from BindingList<T>. |
SortPropertyCore protected |
Gets the property descriptor that is used for sorting the list if sorting is implemented in a derived class; otherwise, returns null .
Inherited from BindingList<T>. |
SupportsChangeNotificationCore protected | Gets a value indicating whether ListChanged events are enabled. Inherited from BindingList<T>. |
SupportsSearchingCore protected | Gets a value indicating whether the list supports searching. Inherited from BindingList<T>. |
SupportsSortingCore protected | Gets a value indicating whether the list supports sorting. Inherited from BindingList<T>. |
ICollection<T>.IsReadOnly | Gets a value indicating whether the ICollection<T> is read-only. Inherited from Collection<T>. |
ICollection.IsSynchronized | Gets a value indicating whether access to the ICollection is synchronized (thread safe). Inherited from Collection<T>. |
ICollection.SyncRoot | Gets an object that can be used to synchronize access to the ICollection. Inherited from Collection<T>. |
IList.IsFixedSize | Gets a value indicating whether the IList has a fixed size. Inherited from Collection<T>. |
IList.IsReadOnly | Gets a value indicating whether the IList is read-only. Inherited from Collection<T>. |
IList.Item[Int32] | Gets or sets the element at the specified index. Inherited from Collection<T>. |
IBindingList.AllowEdit | Gets a value indicating whether items in the list can be edited. Inherited from BindingList<T>. |
IBindingList.AllowNew | Gets a value indicating whether new items can be added to the list using the AddNew() method. Inherited from BindingList<T>. |
IBindingList.AllowRemove | Gets a value indicating whether items can be removed from the list. Inherited from BindingList<T>. |
IBindingList.IsSorted | For a description of this member, see IsSorted. Inherited from BindingList<T>. |
IBindingList.SortDirection | For a description of this member, see SortDirection. Inherited from BindingList<T>. |
IBindingList.SortProperty | For a description of this member, see SortProperty. Inherited from BindingList<T>. |
IBindingList.SupportsChangeNotification | For a description of this member, see SupportsChangeNotification. Inherited from BindingList<T>. |
IBindingList.SupportsSearching | For a description of this member, see SupportsSearching. Inherited from BindingList<T>. |
IBindingList.SupportsSorting | For a description of this member, see SupportsSorting. Inherited from BindingList<T>. |
IRaiseItemChangedEvents.RaisesItemChangedEvents | Gets a value indicating whether item property value changes raise ListChanged events of type ItemChanged. This member cannot be overridden in a derived class. Inherited from BindingList<T>. |
See Also