Ignore:
Timestamp:
Sep 7, 2009, 2:46:08 PM (15 years ago)
Author:
bayral
Message:

start with pwg.catgeroies.* support

File:
1 copied

Legend:

Unmodified
Added
Removed
  • extensions/PiwigoLib/PiwigoLib/DTO/PwgCategory.cs

    r3833 r3834  
    77{
    88
    9     public class PwgTag
     9    public class PwgCategory
    1010    {
    11         public Int32  Id      { get; set; }
    12         public String Name    { get; set; }
    13         public String UrlName { get; set; }
    14         public Int64  Counter { get; set; }
    15         public Uri    UrlTag  { get; set; }
     11        public Int32        Id { get; set; }
     12        public List<Int32>  UpperCategoriesId { get; set; }
     13        public String       Name { get; set; }
     14        public Uri          Url { get; set; }
     15        public Int64        ImagesCount { get; set; }
     16        public Int64        DeepImagesCount { get; set; }
     17        public Int64        SubCategoriesCount { get; set; }
     18        public DateTime     LastDate { get; set; }
    1619    }
    1720}
Note: See TracChangeset for help on using the changeset viewer.