Click or drag to resize

IsNotNull Class

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

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

The IsNotNull type exposes the following members.

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