Revision ebc37b0d trunk/Pithos.Interfaces/AccountSettings.cs

b/trunk/Pithos.Interfaces/AccountSettings.cs
53 53
        
54 54
        public string AccountName { get; set; }
55 55

  
56
        
56
        public Uri AccountKey
57
        {
58
            get { return new Uri(new Uri(ServerUrl), AccountName); }
59
        }
60

  
61

  
57 62
        public string ApiKey { get; set; }
58 63

  
59 64
        public bool IsActive { get; set; }
......
64 69

  
65 70
        private StringCollection _selectiveFolders = new StringCollection();
66 71

  
67
        private bool _isExpired;
68
        public bool IsExpired
69
        {
70
            get { return _isExpired; }
71
            set { _isExpired = value; }
72
        }
72
        public bool IsExpired { get; set; }
73 73

  
74 74
        public StringCollection SelectiveFolders
75 75
        {

Also available in: Unified diff