Click or drag to resize

IsNull Class

IsNull condition.
Inheritance Hierarchy
SystemObject
  SoftGear.Strix.Client.Core.Model.Manager.FilterIsNull

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

The IsNull type exposes the following members.

Constructors
  NameDescription
Public methodIsNull
Initializes a new instance of the IsNull class
Public methodIsNull(Field)
Initializes a new instance of the IsNull class
Top
Methods
  NameDescription
Public methodGetField
Public methodSetField
Top
Remarks
Checks if the specified value is null.
See Also