Mercurial > altnet-hispano
comparison Agendas/trunk/src/Agendas.Configurations/GoogleConfigurationElement.cs @ 189:fe47f11f5f20
Adapter para url shorten de google
author | nelopauselli |
---|---|
date | Tue, 09 Aug 2011 09:38:28 -0300 |
parents | 734d3f0853bf |
children |
comparison
equal
deleted
inserted
replaced
188:49125b681709 | 189:fe47f11f5f20 |
---|---|
8 public CalendarConfigurationElement Calendar | 8 public CalendarConfigurationElement Calendar |
9 { | 9 { |
10 get { return base["calendar"] as CalendarConfigurationElement; } | 10 get { return base["calendar"] as CalendarConfigurationElement; } |
11 } | 11 } |
12 | 12 |
13 [ConfigurationProperty("shorten")] | |
14 public ShortenConfigurationElement Shorten | |
15 { | |
16 get { return base["shorten"] as ShortenConfigurationElement; } | |
17 } | |
13 [ConfigurationProperty("enabled")] | 18 [ConfigurationProperty("enabled")] |
14 public bool Enabled | 19 public bool Enabled |
15 { | 20 { |
16 get { return (bool) base["enabled"]; } | 21 get { return (bool) base["enabled"]; } |
17 } | 22 } |