[This is preliminary documentation and is subject to change.]
The TrackerCaseListInfo type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | TrackerCaseListInfo |
Methods
Name | Description | |
---|---|---|
![]() | ChangeNullToUnspecified | Overloaded. |
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | fixedFieldQueryString |
Returns the fixed field query string which corresponds to a particular search string
|
![]() | GetCaseListFieldPosition |
Gets the field Position of the field elements on the case list table
|
![]() | GetFieldOptions |
Creates the Option List for the search combo box and sort combo box
|
![]() | GetFilterOptions |
Get all the options for the filter drop down box on the case list screen.
|
![]() | GetHashCode | 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.) |
![]() | GetLikeString |
Gets the like string from the like boolean
|
![]() | GetQueryString |
Gets the general query string
|
![]() | GetShowLink |
Gets which column hyperlink are to be shown on the case list screen.
|
![]() | GetTablePosition |
Gets the Position of various tracker table depending on the field list
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | GetUserQueryString |
Returns the user query string
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | SearchExpression |
Creates the tracker search expression for the case list screen. This expression is in the
SQL format and directly sent to the database.
|
![]() | ToString | Returns a String that represents the current Object. (Inherited from Object.) |
![]() | udfQueryString |
Returns the udf query string
|
Fields
Name | Description | |
---|---|---|
![]() | isLike |
shows if the query hould be done with " like " or " not like "
|