17 using System.Configuration;
45 [ConfigurationCollection(typeof(DepotElement),
46 CollectionType=ConfigurationElementCollectionType.AddRemoveClearMap)]
50 private static ConfigurationPropertyCollection _properties;
53 _properties =
new ConfigurationPropertyCollection();
58 protected override ConfigurationPropertyCollection Properties
60 get {
return _properties; }
63 public override ConfigurationElementCollectionType CollectionType
65 get {
return ConfigurationElementCollectionType.AddRemoveClearMap; }
73 if (base.BaseGet(index) != null)
75 base.BaseRemoveAt(index);
77 base.BaseAdd(index, value);
86 protected override ConfigurationElement CreateNewElement()
91 protected override object GetElementKey(ConfigurationElement element)
The list of AccuRev depots from
.exe.config.
An AccuRev depot from the Depots section in
.exe.config.