Click or drag to resize

LessThan Class

LessThan condition.
Inheritance Hierarchy
SystemObject
  SoftGear.Strix.Client.Core.Model.Manager.FilterLessThan

Namespace:  SoftGear.Strix.Client.Core.Model.Manager.Filter
Assembly:  strix-client-csharp-core (in strix-client-csharp-core.dll) Version: 2.3.0
Syntax
C#
[SerializableAttribute]
public class LessThan : ICondition

The LessThan type exposes the following members.

Constructors
  NameDescription
Public methodLessThan
Initializes a new instance of the LessThan class
Public methodLessThan(Field, IValueType)
Initializes a new instance of the LessThan class
Top
Methods
Remarks
Checks if the value of a field is less than the specified value.
See Also