List of GridFilters for building pick lists
Contains list filter to use directly against grids
| C# | Visual Basic | Visual Basic Usage | Visual C++ | J# | JScript | JavaScript | XAML |
[SerializableAttribute] public class GridFilterPickList : ReadOnlyCollectionBase
<SerializableAttribute> _ Public Class GridFilterPickList _ Inherits ReadOnlyCollectionBase
Dim instance As GridFilterPickList
[SerializableAttribute] public ref class GridFilterPickList : public ReadOnlyCollectionBase
/** @attribute SerializableAttribute */ public class GridFilterPickList extends ReadOnlyCollectionBase
public class GridFilterPickList extends ReadOnlyCollectionBase
GZTW.AyaNova.BLL.GridFilterPickList = function(); Type.createClass( 'GZTW.AyaNova.BLL.GridFilterPickList', CSLA.ReadOnlyCollectionBase);
| All Members | Constructors | Methods | Properties | Fields | Events |
| Icon | Member | Description |
|---|---|---|
| GridFilterPickList()()() | ||
| ActivelySorting()()() | (Inherited from SortableCollectionBase.) | |
| AllowEdit()()() | (Inherited from BindableCollectionBase.) | |
| AllowFind()()() | (Inherited from BindableCollectionBase.) | |
| AllowNew()()() | (Inherited from BindableCollectionBase.) | |
| AllowRemove()()() | (Inherited from BindableCollectionBase.) | |
| AllowSort()()() | (Inherited from BindableCollectionBase.) | |
| Capacity | Gets or sets the number of elements that the CollectionBase can contain. (Inherited from CollectionBase.) | |
| Clear()()() | Removes all objects from the CollectionBase instance. This method cannot be overridden. (Inherited from CollectionBase.) | |
| Clone()()() | (Inherited from ReadOnlyCollectionBase.) | |
| Contains(GridFilterPickList..::.GridFilterPickListInfo) |
Check if item in collection
| |
| Contains(Guid) |
Check if item in collection
| |
| Count | Gets the number of elements contained in the CollectionBase instance. This property cannot be overridden. (Inherited from CollectionBase.) | |
| CurrentUserID()()() | (Inherited from ReadOnlyCollectionBase.) | |
| DataPortal_Fetch(Object) | (Overrides ReadOnlyCollectionBase.DataPortal_Fetch(Object).) | |
| Deserialized()()() | (Inherited from ReadOnlyCollectionBase.) | |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetEnumerator()()() | Returns an enumerator that iterates through the CollectionBase instance. (Inherited from CollectionBase.) | |
| GetHashCode()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetList(User) |
Returns grid filter pick list
containing all grid filters specified user
has access to.
For UI performance reasons this list returns all
filters for all grid keys, it's up to the UI to display
only the appropriate ones for the grid in question
(Admin user get's all grid filters regardless)
| |
| GetListOfGridKey(String) |
Fetches System.Collections.Generic.Dictionary
of grid filters saved by user for a specific grid
| |
| GetRight(String) | (Inherited from ReadOnlyCollectionBase.) | |
| GetType()()() | Gets the Type of the current instance. (Inherited from Object.) | |
| IBindingList_ApplySort(PropertyDescriptor, ListSortDirection) | (Inherited from SortableCollectionBase.) | |
| IBindingList_Find(PropertyDescriptor, Object) | (Inherited from SortableCollectionBase.) | |
| IBindingList_IsSorted()()() | (Inherited from SortableCollectionBase.) | |
| IBindingList_RemoveSort()()() | (Inherited from SortableCollectionBase.) | |
| IBindingList_SortDirection()()() | (Inherited from SortableCollectionBase.) | |
| IBindingList_SortProperty()()() | (Inherited from SortableCollectionBase.) | |
| InnerList | Gets an ArrayList containing the list of elements in the CollectionBase instance. (Inherited from CollectionBase.) | |
| Item[([(Int32])]) |
Get item by index
| |
| Item[([(Guid])]) |
Returns GridFilterPickListInfo item that matches passed in itemid value
| |
| List | Gets an IList containing the list of elements in the CollectionBase instance. (Inherited from CollectionBase.) | |
| ListChanged()()() | (Inherited from BindableCollectionBase.) | |
| Locked()()() | (Inherited from ReadOnlyCollectionBase.) | |
| MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| OnAddNew()()() | (Inherited from BindableCollectionBase.) | |
| OnClear()()() | (Inherited from ReadOnlyCollectionBase.) | |
| OnClearComplete()()() | (Inherited from SortableCollectionBase.) | |
| OnInsert(Int32, Object) | (Inherited from ReadOnlyCollectionBase.) | |
| OnInsertComplete(Int32, Object) | (Inherited from SortableCollectionBase.) | |
| OnListChanged(ListChangedEventArgs) | (Inherited from BindableCollectionBase.) | |
| OnRemove(Int32, Object) | (Inherited from ReadOnlyCollectionBase.) | |
| OnRemoveComplete(Int32, Object) | (Inherited from SortableCollectionBase.) | |
| OnSet(Int32, Object, Object) | (Inherited from ReadOnlyCollectionBase.) | |
| OnSetComplete(Int32, Object, Object) | (Inherited from BindableCollectionBase.) | |
| OnValidate(Object) | Performs additional custom processes when validating a value. (Inherited from CollectionBase.) | |
| RemoveAt(Int32) | Removes the element at the specified index of the CollectionBase instance. This method is not overridable. (Inherited from CollectionBase.) | |
| Serialized()()() | (Inherited from ReadOnlyCollectionBase.) | |
| Serializing()()() | (Inherited from ReadOnlyCollectionBase.) | |
| ToString()()() | (Inherited from Object.) |
| Object | |||||
| CollectionBase | |||||
| BindableCollectionBase | |||||
| SortableCollectionBase | |||||
| ReadOnlyCollectionBase | |||||
| GridFilterPickList | |||||