FilterOperation Members
Include Protected Members
Include Inherited Members
Represents a filter operation in the list view that is serialized in view state across multiple HTTP requests.
The FilterOperation type exposes the following members.
Constructors
Name | Description | |
---|---|---|
FilterOperation | Initializes a new instance of a FilterOperation class representing a filter operation. |
Top
Properties
Name | Description | |
---|---|---|
FilterData | ||
FilterValue | Gets or sets the value of the filter. | |
IsFieldLookupId | Gets or sets a value that indicates whether the current filter operation is applied to the lookup field. | |
OperationType | Gets or sets the type of the filter operation. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top