Click or drag to resize

GreaterThan Class

GreaterThan condition.
Inheritance Hierarchy
SystemObject
  SoftGear.Strix.Client.Core.Model.Manager.FilterGreaterThan

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

The GreaterThan type exposes the following members.

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