<PackageReference Include="Relativity.ObjectManager" Version="9.5.315.50" />

View

public int ArtifactTypeID { get; set; }

public DashboardRef Dashboard { get; set; }

public List<FieldRef> Fields { get; set; }

public int? GroupDefinitionFieldArtifactID { get; set; }

public bool IsRelationalFieldView { get; set; }

public bool IsSystemView { get; set; }

public bool IsVisible { get; set; }

public ObjectTypeRef ObjectType { get; set; }

public int Order { get; set; }

public UserRef Owner { get; set; }

public string QueryHint { get; set; }

public CriteriaCollection SearchCriteria { get; set; }

public List<Sort> Sorts { get; set; }

public UserRef SystemCreatedBy { get; set; }

public DateTime? SystemCreatedOn { get; set; }

public UserRef SystemLastModifiedBy { get; set; }

public DateTime? SystemLastModifiedOn { get; set; }

public bool VisibleInDropdown { get; set; }

public View()