SecurableList<T> public class SecurableList<T> Documentation public bool HasSecuredItems { get; set; } public List<T> ViewableItems { get; set; } public SecurableList()