Version

FilteringLocale Class Members

The following tables list the members exposed by FilteringLocale.

Public Constructors
 NameDescription
Public ConstructorFilteringLocale Constructor  
Public Properties
 NameDescription
Public PropertyAdvancedButtonLabelAdvanced filtering button label text  
Public PropertyAfterLabel"after" condition label text  
Public PropertyBeforeLabel"before" condition label text  
Public PropertyClearLabel"clear" condition label text  
Public PropertyContainsLabel"contains" condition label text  
Public PropertyDoesNotContainsLabel"doesNotContain" condition label text  
Public PropertyDoesNotEqualLabel"doesNotEqual" condition label text  
Public PropertyEmptyLabel"empty" condition label text  
Public PropertyEndsWithLabel"endsWith" condition label text  
Public PropertyEqualsLabel"equals" condition label text  
Public PropertyFalseLabel"false" condition label text  
Public PropertyFeatureChooserTextFeature chooser text  
Public PropertyFeatureChooserTextAdvancedFilterFeature chooser text advanced filter  
Public PropertyFeatureChooserTextHideFeature chooser text hide  
Public PropertyFilterDialogAddLabel"filterDialogAdd" condition label text  
Public PropertyFilterDialogAllLabel"filterDialogAll" label text  
Public PropertyFilterDialogAnyLabel"filterDialogAny" label text  
Public PropertyFilterDialogCancelLabel"filterDialogCancel" label text  
Public PropertyFilterDialogCaptionLabel"filterDialogCaption" label text  
Public PropertyFilterDialogClearAllLabel"filterDialogClearAll" condition label text  
Public PropertyFilterDialogConditionLabel1"filterDialogConditionLabel1" label text  
Public PropertyFilterDialogConditionLabel2"filterDialogCondition2" label text  
Public PropertyFilterDialogErrorLabel"filterDialogError" label text  
Public PropertyFilterDialogOkLabel"filterDialogOkLabel" label text  
Public PropertyFilterSummaryTemplateFilter summary template  
Public PropertyFilterSummaryTitleLabel"filterSummaryTitle" label text  
Public PropertyGreaterThanLabel"greaterThan" condition label text  
Public PropertyGreaterThanOrEqualToLabel"greaterThanOrEqualTo" condition label text  
Public PropertyLastMonthLabel"lastMonth" condition label text  
Public PropertyLastYearLabel"lastYear" condition label text  
Public PropertyLessThanLabel"lessThan" condition label text  
Public PropertyLessThanOrEqualToLabel"lessThanOrEqualTo" condition label text  
Public PropertyNextMonthLabel"nextMonth" condition label text  
Public PropertyNextYearLabel"nextYear" condition label text  
Public PropertyNoFilterLabel"noFilter" condition label text  
Public PropertyNotEmptyLabel"notEmpty" condition label text  
Public PropertyNotNullLabel"notNull" condition label text  
Public PropertyNotOnLabel"notOn" condition label text  
Public PropertyNullLabel"nullLabel" label text  
Public PropertyOnLabel"on" condition label text  
Public PropertyStartsWithLabel"startsWith" condition label text  
Public PropertyThisMonthLabel"thisMonth" condition label text  
Public PropertyThisYearLabel"thisYear" condition label text  
Public PropertyTodayLabel"today" condition label text  
Public PropertyTooltipTemplateTooltip template  
Public PropertyTrueLabel"true" condition label text  
Public PropertyYesterdayLabel"yesterday" condition label text  
Protected Properties
 NameDescription
Protected PropertyStoreReturn the store with all of the options (Inherited from Infragistics.Web.Mvc.ModelBase)
Public Methods
 NameDescription
Public MethodToJsonSerializes the object to JSON. (Inherited from Infragistics.Web.Mvc.ModelBase)
Protected Methods
 NameDescription
Protected MethodCamelizeConverts the provided string to camel case. (Inherited from Infragistics.Web.Mvc.ModelBase)
Protected MethodGetBoolGets the value of a bool property of the model. (Inherited from Infragistics.Web.Mvc.ModelBase)
Protected MethodGetCharSets the value of a char property of the model. (Inherited from Infragistics.Web.Mvc.ModelBase)
Protected MethodGetDateTimeGets the value of a DateTime property of the model. (Inherited from Infragistics.Web.Mvc.ModelBase)
Protected MethodGetDoubleGets the value of a double property of the model. (Inherited from Infragistics.Web.Mvc.ModelBase)
Protected MethodGetIEnumerable<T>Gets the value of an IEnumerable property of the model. If the value is null a new IEnumerable of type T will be created. (Inherited from Infragistics.Web.Mvc.ModelBase)
Protected MethodGetIntGets the value of an int property of the model. (Inherited from Infragistics.Web.Mvc.ModelBase)
Protected MethodGetJSLiteralSets the value of a literal property of the model. (Inherited from Infragistics.Web.Mvc.ModelBase)
Protected MethodGetLongGets the value of a long property of the model. (Inherited from Infragistics.Web.Mvc.ModelBase)
Protected MethodGetModel<T>Gets the value of an IModel property of the model. If the value is null a new model of type T will be created. (Inherited from Infragistics.Web.Mvc.ModelBase)
Protected MethodGetStringGets the value of a string property of the model. (Inherited from Infragistics.Web.Mvc.ModelBase)
Protected MethodGetStringEnum<T>Gets the value of a string property whose values are the lowercase values of an Enum. (Inherited from Infragistics.Web.Mvc.ModelBase)
Protected MethodGetValue<T>Gets a property value of arbitrary type. (Inherited from Infragistics.Web.Mvc.ModelBase)
Protected MethodGetValueModel<T>Gets the value of an IModel property of the model. (Inherited from Infragistics.Web.Mvc.ModelBase)
Protected MethodJsonFromBoolSerializes a bool object into json. (Inherited from Infragistics.Web.Mvc.ModelBase)
Protected MethodJsonFromDateTimeSerializes a DateTime object into json Date object. (Inherited from Infragistics.Web.Mvc.ModelBase)
Protected MethodJsonFromDoubleSerializes a double object into json. (Inherited from Infragistics.Web.Mvc.ModelBase)
Protected MethodJsonFromFloatSerializes a float object into json. (Inherited from Infragistics.Web.Mvc.ModelBase)
Protected MethodJsonFromIDictionarySerializes an IDictionary of objects into json. (Inherited from Infragistics.Web.Mvc.ModelBase)
Protected MethodJsonFromIEnumerableSerializes an IEnumerable object into json. (Inherited from Infragistics.Web.Mvc.ModelBase)
Protected MethodJsonFromIntSerializes an int object into json. (Inherited from Infragistics.Web.Mvc.ModelBase)
Protected MethodJsonFromModelStoreSerializes the internal model store into json. (Inherited from Infragistics.Web.Mvc.ModelBase)
Protected MethodJsonFromObjectSerializes an arbitrary object in json using the typed serialization methods. (Inherited from Infragistics.Web.Mvc.ModelBase)
Protected MethodJsonFromStringSerializes a string object into json string, escaping all single quotes. (Inherited from Infragistics.Web.Mvc.ModelBase)
Protected MethodSetBoolSets a value to a bool property of the model. (Inherited from Infragistics.Web.Mvc.ModelBase)
Protected MethodSetBrush (Inherited from Infragistics.Web.Mvc.ModelBase)
Protected MethodSetCamelizedStringEnum<T>Sets the value of a string property whose values are the lowercase values of an Enum. (Inherited from Infragistics.Web.Mvc.ModelBase)
Protected MethodSetCharGets the value of a char property of the model. (Inherited from Infragistics.Web.Mvc.ModelBase)
Protected MethodSetDateTimeSets a value to a DateTime property of the model. (Inherited from Infragistics.Web.Mvc.ModelBase)
Protected MethodSetDoubleSets a value to a double property of the model. (Inherited from Infragistics.Web.Mvc.ModelBase)
Protected MethodSetIEnumerable<T>Sets a value to an IEnumerable property of the model. (Inherited from Infragistics.Web.Mvc.ModelBase)
Protected MethodSetIntSets a value to an int property of the model. (Inherited from Infragistics.Web.Mvc.ModelBase)
Protected MethodSetJSLiteralGets the value of a literal property of the model. (Inherited from Infragistics.Web.Mvc.ModelBase)
Protected MethodSetLongSets a value to a long property of the model. (Inherited from Infragistics.Web.Mvc.ModelBase)
Protected MethodSetModel<T>Sets a value to an IModel property of the model. (Inherited from Infragistics.Web.Mvc.ModelBase)
Protected MethodSetStringSets a value to a string property of the model. (Inherited from Infragistics.Web.Mvc.ModelBase)
Protected MethodSetStringEnum<T>Sets the value of a string property whose values are the lowercase values of an Enum. (Inherited from Infragistics.Web.Mvc.ModelBase)
Protected MethodSetValue<T>Sets a property value of arbitrary type. (Inherited from Infragistics.Web.Mvc.ModelBase)
Protected MethodTransformDataTransforms the data. (Inherited from Infragistics.Web.Mvc.ModelBase)
Protected MethodValidValueType<T>Checks type for value of existing property. Returns false as well if non existing property. (Inherited from Infragistics.Web.Mvc.ModelBase)
See Also

View on GitHub