Skip to main content

TreeListFilterRowOperationDescriptionsBuilder Methods

Provides methods that allow you to configure nested options of the client-side operationDescriptions object.
Name Description
Between(JS) A description for the 'between' operation. Mirrors the client-side between option.
Between(String) A description for the 'between' operation. Mirrors the client-side between option.
Contains(JS) A description for the 'contains' operation. Mirrors the client-side contains option.
Contains(String) A description for the 'contains' operation. Mirrors the client-side contains option.
EndsWith(JS) A description for the 'endswith' operation. Mirrors the client-side endsWith option.
EndsWith(String) A description for the 'endswith' operation. Mirrors the client-side endsWith option.
Equal(JS) A description for the '=' operation. Mirrors the client-side equal option.
Equal(String) A description for the '=' operation. Mirrors the client-side equal option.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
GreaterThan(JS) A description for the '>' operation. Mirrors the client-side greaterThan option.
GreaterThan(String) A description for the '>' operation. Mirrors the client-side greaterThan option.
GreaterThanOrEqual(JS) A description for the '>=' operation. Mirrors the client-side greaterThanOrEqual option.
GreaterThanOrEqual(String) A description for the '>=' operation. Mirrors the client-side greaterThanOrEqual option.
LessThan(JS) A description for the '<' operation. Mirrors the client-side lessThan option.
LessThan(String) A description for the '<' operation. Mirrors the client-side lessThan option.
LessThanOrEqual(JS) A description for the '<=' operation. Mirrors the client-side lessThanOrEqual option.
LessThanOrEqual(String) A description for the '<=' operation. Mirrors the client-side lessThanOrEqual option.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
NotContains(JS) A description for the 'notcontains' operation. Mirrors the client-side notContains option.
NotContains(String) A description for the 'notcontains' operation. Mirrors the client-side notContains option.
NotEqual(JS) A description for the '<>' operation. Mirrors the client-side notEqual option.
NotEqual(String) A description for the '<>' operation. Mirrors the client-side notEqual option.
Option(String, Object) Specifies an option by its name.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
StartsWith(JS) A description for the 'startswith' operation. Mirrors the client-side startsWith option.
StartsWith(String) A description for the 'startswith' operation. Mirrors the client-side startsWith option.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also