Class Criteria
- Namespace
- Smartsheet.Api.Models
- Assembly
- smartsheet-csharp-sdk.dll
Represents the Criteria object.
public class Criteria
- Inheritance
-
Criteria
- Inherited Members
Properties
ColumnId
Gets the column ID
public long? ColumnId { get; set; }
Property Value
- long?
Operator
The Criteria Operator
public CriteriaOperator? Operator { get; set; }
Property Value
Target
Gets the criteria target
public CriteriaTarget? Target { get; set; }
Property Value
Values
Gets the values if this criteria's operator has arguments
public IList<object> Values { get; set; }