Click or drag to resize

GreaterThanEquals Class

GreaterThanEquals condition.
Inheritance Hierarchy
SystemObject
  SoftGear.Strix.Client.Core.Model.Manager.FilterGreaterThanEquals

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

The GreaterThanEquals type exposes the following members.

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