This contains the detail connection information for an entry in the EntitySpaces configuration section.
Inheritance: System.Configuration.ConfigurationElement
Exemple #1
0
 public void Remove(tgConnectionElement connection)
 {
     if (BaseIndexOf(connection) >= 0)
     {
         BaseRemove(connection.Provider);
     }
 }
Exemple #2
0
 public void Add(tgConnectionElement connection)
 {
     BaseAdd(connection);
 }
Exemple #3
0
 public int IndexOf(tgConnectionElement connection)
 {
     return(BaseIndexOf(connection));
 }
Exemple #4
0
 public void Remove(tgConnectionElement connection)
 {
     if (BaseIndexOf(connection) >= 0)
     {
         BaseRemove(connection.Provider);
     }
 }
Exemple #5
0
 public int IndexOf(tgConnectionElement connection)
 {
     return BaseIndexOf(connection);
 }
Exemple #6
0
 public void Add(tgConnectionElement connection)
 {
     BaseAdd(connection);
 }