Skip to main content
All docs
V23.2

GanttFilterRowOperationDescriptionsBuilder Members

Provides methods that allow you to configure nested options of the client-side operationDescriptions object.

Constructors

Name Description
GanttFilterRowOperationDescriptionsBuilder(OptionsOwnerContext) Initializes a new instance of the GanttFilterRowOperationDescriptionsBuilder class with specified settings.

Methods

Name Description
Between(JS) Mirrors the client-side between option.
Between(String) Mirrors the client-side between option.
Contains(JS) Mirrors the client-side contains option.
Contains(String) Mirrors the client-side contains option.
EndsWith(JS) Mirrors the client-side endsWith option.
EndsWith(String) Mirrors the client-side endsWith option.
Equal(JS) Mirrors the client-side equal option.
Equal(String) 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) Mirrors the client-side greaterThan option.
GreaterThan(String) Mirrors the client-side greaterThan option.
GreaterThanOrEqual(JS) Mirrors the client-side greaterThanOrEqual option.
GreaterThanOrEqual(String) Mirrors the client-side greaterThanOrEqual option.
LessThan(JS) Mirrors the client-side lessThan option.
LessThan(String) Mirrors the client-side lessThan option.
LessThanOrEqual(JS) Mirrors the client-side lessThanOrEqual option.
LessThanOrEqual(String) Mirrors the client-side lessThanOrEqual option.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
NotContains(JS) Mirrors the client-side notContains option.
NotContains(String) Mirrors the client-side notContains option.
NotEqual(JS) Mirrors the client-side notEqual option.
NotEqual(String) 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) Mirrors the client-side startsWith option.
StartsWith(String) Mirrors the client-side startsWith option.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also