[This is preliminary documentation and is subject to change.]

The TrackerCaseListInfo type exposes the following members.

Constructors

  NameDescription
Public methodTrackerCaseListInfo

Methods

  NameDescription
Public methodChangeNullToUnspecifiedOverloaded.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Protected methodfixedFieldQueryString
Returns the fixed field query string which corresponds to a particular search string
Public methodGetCaseListFieldPosition
Gets the field Position of the field elements on the case list table
Public methodGetFieldOptions
Creates the Option List for the search combo box and sort combo box
Public methodGetFilterOptions
Get all the options for the filter drop down box on the case list screen.
Public methodGetHashCode
Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
Protected methodGetLikeString
Gets the like string from the like boolean
Protected methodGetQueryString
Gets the general query string
Public methodGetShowLink
Gets which column hyperlink are to be shown on the case list screen.
Public methodGetTablePosition
Gets the Position of various tracker table depending on the field list
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodGetUserQueryString
Returns the user query string
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSearchExpression
Creates the tracker search expression for the case list screen. This expression is in the SQL format and directly sent to the database.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Protected methodudfQueryString
Returns the udf query string

Fields

  NameDescription
Protected fieldisLike
shows if the query hould be done with " like " or " not like "

See Also