GanttFilterRowOperationDescriptionsBuilder Methods
Provides methods that allow you to configure nested options of the client-side operationDescriptions object.Name | Description |
---|---|
Between(JS) | Text for the 'Between' operation. Mirrors the client-side between option. |
Between(String) | Text for the 'Between' operation. Mirrors the client-side between option. |
Contains(JS) | Text for the 'Contains' operation. Mirrors the client-side contains option. |
Contains(String) | Text for the 'Contains' operation. Mirrors the client-side contains option. |
EndsWith(JS) | Text for the 'Ends with' operation. Mirrors the client-side endsWith option. |
EndsWith(String) | Text for the 'Ends with' operation. Mirrors the client-side endsWith option. |
Equal(JS) | Text for the 'Equals' operation. Mirrors the client-side equal option. |
Equal(String) | Text for the 'Equals' 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) | Text for the 'Greater than' operation. Mirrors the client-side greaterThan option. |
GreaterThan(String) | Text for the 'Greater than' operation. Mirrors the client-side greaterThan option. |
GreaterThanOrEqual(JS) | Text for the 'Greater than or equal to' operation. Mirrors the client-side greaterThanOrEqual option. |
GreaterThanOrEqual(String) | Text for the 'Greater than or equal to' operation. Mirrors the client-side greaterThanOrEqual option. |
LessThan(JS) | Text for the 'Less than' operation. Mirrors the client-side lessThan option. |
LessThan(String) | Text for the 'Less than' operation. Mirrors the client-side lessThan option. |
LessThanOrEqual(JS) | Text for the 'Less than or equal to' operation. Mirrors the client-side lessThanOrEqual option. |
LessThanOrEqual(String) | Text for the 'Less than or equal to' operation. Mirrors the client-side lessThanOrEqual option. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
NotContains(JS) | Text for the 'Does not contain' operation. Mirrors the client-side notContains option. |
NotContains(String) | Text for the 'Does not contain' operation. Mirrors the client-side notContains option. |
NotEqual(JS) | Text for the 'Does not equal' operation. Mirrors the client-side notEqual option. |
NotEqual(String) | Text for the 'Does not equal' 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) | Text for the 'Starts with' operation. Mirrors the client-side startsWith option. |
StartsWith(String) | Text for the 'Starts with' operation. Mirrors the client-side startsWith option. |
ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also