Exemplo n.º 1
0
 public PrimitivesContainer()
 {
     Name        = "Primitives".Localize();
     DefaultSort = new LibrarySortBehavior()
     {
         SortKey   = SortKey.ModifiedDate,
         Ascending = true,
     };
 }
        public HistoryContainerBase(string fullPath)
            : base(fullPath)
        {
            this.ChildContainers = new SafeList <ILibraryContainerLink>();
            this.Items           = new SafeList <ILibraryItem>();
            this.IsProtected     = true;

            DefaultSort = new LibrarySortBehavior()
            {
                SortKey = SortKey.ModifiedDate,
            };
        }