Class SearchFilter.IsLessThan

    • Constructor Detail

      • IsLessThan

        public IsLessThan()
        Initializes a new instance of the class.
      • IsLessThan

        public IsLessThan​(PropertyDefinitionBase propertyDefinition,
                          PropertyDefinitionBase otherPropertyDefinition)
        Initializes a new instance of the class.
        Parameters:
        propertyDefinition - The definition of the property that is being compared.
        otherPropertyDefinition - The definition of the property to compare with.
      • IsLessThan

        public IsLessThan​(PropertyDefinitionBase propertyDefinition,
                          Object value)
        Initializes a new instance of the class.
        Parameters:
        propertyDefinition - The definition of the property that is being compared.
        value - The value of the property to compare with.