ViewCriteria public class ViewCriteria Documentation public int ArtifactViewFieldId { get; set; } public string AssociatedObjectName { get; set; } public string BeginParenthesis { get; set; } public string BooleanOperator { get; set; } public string ColumnName { get; set; } public string DataFieldName { get; set; } public string DataSourceIdField { get; set; } public string DisplayFieldName { get; set; } public string EndParenthesis { get; set; } public bool NotOperator { get; set; } public string Operator { get; set; } public int? ParentViewCriteriaId { get; set; } public string TableName { get; set; } public string Value { get; set; } public int ViewCriteriaId { get; set; } public int ViewId { get; set; } public ViewCriteria()