source: extensions/PiwigoLib/PiwigoLib/DTO/PwgTag.cs @ 11850

Last change on this file since 11850 was 11850, checked in by bayral, 13 years ago

MAj des truc existant et debut du upload de fichier

File size: 324 bytes
Line 
1using System;
2
3
4namespace Com.Piwigo.Lib.DTO
5{
6
7    public class PwgTag
8    {
9        public Int32  Id      { get; set; }
10        public String Name    { get; set; }
11        public String UrlName { get; set; }
12        public Int64  Counter { get; set; }
13        public Uri    UrlTag  { get; set; }
14    }
15}
Note: See TracBrowser for help on using the repository browser.