Click or drag to resize
FilterState Class
Represents a state of the filter control.
Inheritance Hierarchy
SystemObject
  CMS.HelpersFilterState

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
[SerializableAttribute]
public sealed class FilterState : IEnumerable<KeyValuePair<string, Object>>, 
	IEnumerable, ISerializable

The FilterState type exposes the following members.

Constructors
  NameDescription
Public methodFilterState
Initializes a new instance of the FilterState class.
Top
Properties
  NameDescription
Public propertyNames
Returns stored state names
Top
Methods
  NameDescription
Public methodAddValue
Adds a value into the filter state.
Public methodGetBoolean
Retrieves a boolean value from the filter state.
Public methodGetByte
Retrieves an 8-bit unsigned integer value from the filter state.
Public methodGetDateTime
Retrieves a DateTime value from the filter state.
Public methodGetDecimal
Retrieves a decimal value from the filter state.
Public methodGetDouble
Retrieves a double-precision floating-point value from the filter state.
Public methodGetEnumerator
Returns an enumerator that iterates through a collection of name/value pairs.
Public methodGetChar
Retrieves a Unicode character from the filter state.
Public methodGetInt16
Retrieves a 16-bit signed integer value from the filter state.
Public methodGetInt32
Retrieves a 32-bit signed integer value from the filter state.
Public methodGetInt64
Retrieves a 64-bit signed integer value from the filter state.
Public methodGetObject
Retrieves an object from the filter state.
Public methodGetObjectData
Populates a SerializationInfo with the data needed to serialize the target object.
Public methodGetSByte
Retrieves an 8-bit signed integer value from the filter state.
Public methodGetSingle
Retrieves a single-precision floating-point value from the filter state.
Public methodGetString
Retrieves a String value from the filter state.
Public methodGetUInt16
Retrieves a 16-bit unsigned integer value from the filter state.
Public methodGetUInt32
Retrieves a 32-bit unsigned integer value from the filter state.
Public methodGetUInt64
Retrieves a 64-bit unsigned integer value from the filter state.
Public methodGetValueT
Retrieves a value from the filter state.
Top
Extension Methods
  NameDescription
Public Extension MethodBatchKeyValuePairString, Object
Returns input in batches of batchSize size.
(Defined by BaseExtensions.)
Public Extension MethodToHashSetKeyValuePairString, Object
Converts the list of objects to a hash set of distinct values
(Defined by DataExtensions.)
Public Extension MethodToJSON
Returns JSON representation of current instance of IEnumerable.
(Defined by DataExtensions.)
Public Extension MethodToListKeyValuePairString, Object, TTo
Converts the given collection to a list of values
(Defined by BaseExtensions.)
Public Extension MethodToXML
Returns XML representation of current instance of IEnumerable.
(Defined by DataExtensions.)
Top
See Also