FilterBuilderCustomOperationBuilder Methods
Represents a custom operation.| Name | Description |
|---|---|
| CalculateFilterExpression(RazorBlock) | Specifies a function that returns a filter expression for this custom operation. Mirrors the client-side calculateFilterExpression option. |
| CalculateFilterExpression(String) | Specifies a function that returns a filter expression for this custom operation. Mirrors the client-side calculateFilterExpression option. |
| Caption(JS) | Specifies the operation's caption. Mirrors the client-side caption option. |
| Caption(String) | Specifies the operation's caption. Mirrors the client-side caption option. |
| CustomizeText(RazorBlock) | Customizes the field value's text representation. Mirrors the client-side customizeText option. |
| CustomizeText(String) | Customizes the field value's text representation. Mirrors the client-side customizeText option. |
| DataTypes(IEnumerable<FilterBuilderFieldDataType>) | Specifies for which data types the operation is available by default. 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) | Specifies whether the operation can have a value. If it can, the editor is displayed. Mirrors the client-side hasValue option. |
| HasValue(Boolean) | Specifies whether the operation can have a value. If it can, the editor is displayed. Mirrors the client-side hasValue option. |
| Icon(JS) | Specifies the icon that should represent the filter operation. Mirrors the client-side icon option. |
| Icon(String) | Specifies the icon that should represent the filter operation. Mirrors the client-side icon option. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| Name(JS) | Specifies the operation's identifier. Mirrors the client-side name option. |
| Name(String) | Specifies the operation's identifier. 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