ManagedPropertyCustomFilter 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
Public method 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
Public property CustomValue Gets the custom filter name that is displayed in the UI.
Public property DataType Gets the type of the data to which the custom range applies.
Public property FilterValue Gets the value of the filter to which a set of values or ranges map.
Public property Frequency Gets or sets the refinement filter sort criteria based on frequency.
Public property MappingType Gets the mapping type that specifies whether custom mapping is based on values or ranges.
Public property Operator Gets the operator that is used for the filter.
Public property QueryCulture Gets or sets the current culture information used by the custom filter.
Public property UrlParameterValue Gets the value of the URL parameter.
Public property ValueReference Gets a value that indicates whether the data is compared on an absolute or relative basis.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method IsMatching Determines whether the specified value matches the custom filter.
Public methodStatic member IsValidDataType Determines whether the specified type of data is valid.
Public methodStatic member IsValidMappingType Determines whether the specified mapping type is valid.
Public methodStatic member IsValidValueReference Determines whether the specified value reference is valid.
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Fields

  Name Description
Public fieldStatic member DataType_Date Specifies that the type of the data for the range is a date.
Public fieldStatic member DataType_Numeric Specifies that the type of the data for the range is a number.
Public fieldStatic member DataType_String Specifies that the type of the data for the range is a string.
Public fieldStatic member MappingType_RangeMapping Specifies that the mapping type is based on the range mapping.
Public fieldStatic member MappingType_ValueMapping Specifies that the mapping type is based on the value mapping.
Public fieldStatic member ValueReference_Absolute Specifies that the data is compared absolutely.
Public fieldStatic member ValueReference_Relative Specifies that the data is compared relatively.

Top

See also

Reference

ManagedPropertyCustomFilter class

Microsoft.Office.Server.Search.WebControls namespace