ManagedPropertyCustomFilter Members
Include Protected Members
Include Inherited Members
Represents a mapping of values or ranges to a single custom filter value that is displayed in the user interface (UI).
The ManagedPropertyCustomFilter type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
ManagedPropertyCustomFilter | Initializes a new instance of the ManagedPropertyCustomFilter class based on the specified mapping type, data type, value compare type, filter display name, the value, and the current culture information. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
CustomValue | Gets the custom filter name that is displayed in the UI. |
![]() |
DataType | Gets the type of the data to which the custom range applies. |
![]() |
FilterValue | Gets the value of the filter to which a set of values or ranges map. |
![]() |
Frequency | Gets or sets the refinement filter sort criteria based on frequency. |
![]() |
MappingType | Gets the mapping type that specifies whether custom mapping is based on values or ranges. |
![]() |
Operator | Gets the operator that is used for the filter. |
![]() |
QueryCulture | Gets or sets the current culture information used by the custom filter. |
![]() |
UrlParameterValue | Gets the value of the URL parameter. |
![]() |
ValueReference | Gets a value that indicates whether the data is compared on an absolute or relative basis. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
IsMatching | Determines whether the specified value matches the custom filter. |
![]() ![]() |
IsValidDataType | Determines whether the specified type of data is valid. |
![]() ![]() |
IsValidMappingType | Determines whether the specified mapping type is valid. |
![]() ![]() |
IsValidValueReference | Determines whether the specified value reference is valid. |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
![]() ![]() |
DataType_Date | Specifies that the type of the data for the range is a date. |
![]() ![]() |
DataType_Numeric | Specifies that the type of the data for the range is a number. |
![]() ![]() |
DataType_String | Specifies that the type of the data for the range is a string. |
![]() ![]() |
MappingType_RangeMapping | Specifies that the mapping type is based on the range mapping. |
![]() ![]() |
MappingType_ValueMapping | Specifies that the mapping type is based on the value mapping. |
![]() ![]() |
ValueReference_Absolute | Specifies that the data is compared absolutely. |
![]() ![]() |
ValueReference_Relative | Specifies that the data is compared relatively. |
Top