Click or drag to resize

FindExpressionTools Class

Provides a series of methods that can be used in Find method predicates to test specific conditions
Inheritance Hierarchy
SystemObject
  Ignition.Framework.RepositoriesFindExpressionTools

Namespace: Ignition.Framework.Repositories
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
public static class FindExpressionTools

The FindExpressionTools type exposes the following members.

Methods
 NameDescription
Public methodStatic memberContains Checks to see if a given NetForumFieldAttribute bound property contains a given substring; case insensitive.
Public methodStatic memberCurrentNetForumServerDateTime Represents the current date and time on the netFORUM database server at the time this query is executed.
Public methodStatic memberEndsWith Checks to see if a given NetForumFieldAttribute bound property ends with a given substring; case insensitive.
Public methodStatic memberExistsInT Checks to see if a given NetForumFieldAttribute bound property's value matches any of a collection of possible values.
Public methodStatic memberStartsWith Checks to see if a given NetForumFieldAttribute bound property starts with a given substring; case insensitive.
Top
See Also