Class ConditionBuilderParams
paramters class for ConditionBuilder's CollectionQueryAndParameters.
Inheritance
System.Object
ConditionBuilderParams
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: TimeCockpit.Data.QueryLanguage
Assembly: TimeCockpit.Data.dll
Syntax
public class ConditionBuilderParams
Constructors
ConditionBuilderParams()
Declaration
public ConditionBuilderParams()
Properties
Condition
Gets or sets the additional condition string.
Declaration
public string Condition { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ExternalParameters
Gets or sets the query parameters from external sources (passed to namedlist e.g.)
Declaration
public List<QueryParameter> ExternalParameters { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<QueryParameter> |
FilterCondition
Gets or sets the condition from the filter.
Declaration
public string FilterCondition { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FilterFormParameters
Gets or sets the query parameters from the filter form.
Declaration
public List<QueryParameter> FilterFormParameters { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<QueryParameter> |
HiddenConditions
Gets or sets the hidden conditions.
Declaration
public Dictionary<string, object> HiddenConditions { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.String, System.Object> |