Click or drag to resize

LessThanEquals Class

LessThanEquals condition.
Inheritance Hierarchy
SystemObject
  SoftGear.Strix.Client.Core.Model.Manager.FilterLessThanEquals

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 LessThanEquals : ICondition

The LessThanEquals type exposes the following members.

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