ObjectIdentificationCriteria public class ObjectIdentificationCriteria Documentation public string Condition { get; set; } public int? ExecutingSavedSearchID { get; set; } public int? ExecutingViewID { get; set; } public bool IsAdhocQuery { get; set; } public ObjectTypeRef ObjectType { get; set; } public string QueryHint { get; set; } public FieldRef RelationalField { get; set; } public string RowCondition { get; set; } public SearchProviderCondition SearchProviderCondition { get; set; } public ObjectIdentificationCriteria()