Click or drag to resize

NotLike Class

NotLike condition.
Inheritance Hierarchy
SystemObject
  SoftGear.Strix.Client.Core.Model.Manager.FilterNotLike

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

The NotLike type exposes the following members.

Constructors
Methods
Remarks
Checks if the value of a string field doesn't match the specified value based on a TextFilter.
See Also