Skip to main content

FilterBuilderCustomOperationBuilder Members

Represents a custom operation.

Constructors

Name Description
FilterBuilderCustomOperationBuilder(OptionsOwnerContext) For internal use only. Initializes a new FilterBuilderCustomOperationBuilder class instance.

Methods

Name Description
CalculateFilterExpression(RazorBlock) Mirrors the client-side calculateFilterExpression option.
CalculateFilterExpression(String) Mirrors the client-side calculateFilterExpression option.
Caption(JS) Mirrors the client-side caption option.
Caption(String) Mirrors the client-side caption option.
CustomizeText(RazorBlock) Mirrors the client-side customizeText option.
CustomizeText(String) Mirrors the client-side customizeText option.
DataTypes(IEnumerable<FilterBuilderFieldDataType>) Mirrors the client-side dataTypes option.
EditorTemplate(JS) Specifies the client-side editorTemplate.
EditorTemplate(RazorBlock) Specifies the client-side editorTemplate.
EditorTemplate(TemplateName) Specifies the client-side editorTemplate.
EditorTemplate(String) Specifies the client-side editorTemplate.
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.
HasValue(JS) Mirrors the client-side hasValue option.
HasValue(Boolean) Mirrors the client-side hasValue option.
Icon(JS) Mirrors the client-side icon option.
Icon(String) Mirrors the client-side icon option.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
Name(JS) Mirrors the client-side name option.
Name(String) Mirrors the client-side name 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.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also