Skip to main content
A newer version of this page is available. .

FilterBuilderFieldBuilder<T> Members

Represents a FilterBuilder field.

Constructors

Name Description
FilterBuilderFieldBuilder(OptionsOwnerContext) For internal use only. Initializes a new FilterBuilderFieldBuilder<T> 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.
DataField(JS) Mirrors the client-side dataField option.
DataField(String) Mirrors the client-side dataField option.
DataType(FilterBuilderFieldDataType) Mirrors the client-side dataType option.
EditorOptions(Object) Mirrors the client-side editorOptions 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.
FalseText(JS) Mirrors the client-side falseText option.
FalseText(String) Mirrors the client-side falseText option.
FilterOperations(JS) Mirrors the client-side filterOperations option.
FilterOperations(IEnumerable<FilterBuilderFieldFilterOperations>) Mirrors the client-side filterOperations option.
FilterOperations(IEnumerable<String>) Mirrors the client-side filterOperations option.
Format(Format) Mirrors the client-side format option.
Format(JS) Mirrors the client-side format option.
Format(Action<FormatBuilder>) Mirrors the client-side format object.
Format(String) Mirrors the client-side format option.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
Lookup(Action<FilterBuilderFieldLookupBuilder>) Mirrors the client-side lookup object.
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.
TrueText(JS) Mirrors the client-side trueText option.
TrueText(String) Mirrors the client-side trueText option.
See Also