Class SearchConditionContract
Search condition for a search
Namespace: Com.Kendox.Dcis.SubSystem.Service.Contract
Syntax
public class SearchConditionContract : Object
Name | Description |
---|---|
SearchConditionContract() |
Fields
Name | Description |
---|---|
ComparisonEnum | Comparison operator ComparisonEnum |
GlobalValues | List of global values |
Id | Internal id |
PlaceHolder | Place holder for the search value. Should be replaced through the client. Possible values: %currentdate%, %currentdatetime%, %userloginname%, %username%, %usermail%, %currentdatetime-2h%, %currentdate+3d%, %currentdate+4m%, %currentdate-1y% |
PropertyTypeId | Id of property type |
RelationEnum | Relation to other search conditions (RelationEnum) |
Values | Values to search for. For date time property types: yyyy-MM-ddThh:mm:ss. For short date property types: yyyy-MM-dd. For number property types: ###.## |