Пример #1
0
 public int IndexOf(DataSourceGroup value)
 {
     throw null;
 }
 private void AddProjectGroup(TreeNodeCollection nodes, DataSourceGroup group, bool addMembers)
 {
     ProjectGroupNode node = new ProjectGroupNode(this, group.Name, group.Image);
     this.AddProjectGroupContents(node.Nodes, group);
     nodes.Add(node);
     if (addMembers)
     {
         node.FillSubNodes();
     }
 }
 public int IndexOf(DataSourceGroup value)
 {
     return base.List.IndexOf(value);
 }
 public void Remove(DataSourceGroup value)
 {
     base.List.Remove(value);
 }
 public void Remove(DataSourceGroup value)
 {
     base.List.Remove(value);
 }
 public bool Contains(DataSourceGroup value)
 {
     return base.List.Contains(value);
 }
Пример #7
0
		public int IndexOf (DataSourceGroup value)
		{
			throw new NotImplementedException ();
		}
 public int IndexOf(DataSourceGroup value)
 {
     return(base.List.IndexOf(value));
 }
Пример #9
0
		public bool Contains (DataSourceGroup value)
		{
			throw new NotImplementedException ();
		}
Пример #10
0
		public void CopyTo (DataSourceGroup [] array, int index)
		{
			throw new NotImplementedException ();
		}
Пример #11
0
 public void Remove(DataSourceGroup value)
 {
     throw null;
 }
Пример #12
0
 public bool Contains(DataSourceGroup value)
 {
     throw null;
 }
Пример #13
0
 public void Insert(int index, DataSourceGroup value)
 {
     throw null;
 }
 private void AddProjectGroupContents(TreeNodeCollection nodes, DataSourceGroup group)
 {
     DataSourceDescriptorCollection dataSources = group.DataSources;
     if (dataSources != null)
     {
         foreach (DataSourceDescriptor descriptor in dataSources)
         {
             if (descriptor != null)
             {
                 this.AddProjectDataSource(nodes, descriptor);
             }
         }
     }
 }
Пример #15
0
		public void Insert (int index, DataSourceGroup value)
		{
			throw new NotImplementedException ();
		}
 public bool Contains(DataSourceGroup value)
 {
     return(base.List.Contains(value));
 }
Пример #17
0
		public void Remove (DataSourceGroup value)
		{
			throw new NotImplementedException ();
		}
 public void Insert(int index, DataSourceGroup value)
 {
     base.List.Insert(index, value);
 }
 public bool Contains(DataSourceGroup value)
 {
     throw new NotImplementedException();
 }
 public int Add(DataSourceGroup value)
 {
     return(base.List.Add(value));
 }
 public int IndexOf(DataSourceGroup value)
 {
     throw new NotImplementedException();
 }
 public void CopyTo(DataSourceGroup[] array, int index)
 {
     base.List.CopyTo(array, index);
 }
 public void Insert(int index, DataSourceGroup value)
 {
     throw new NotImplementedException();
 }
 public void Insert(int index, DataSourceGroup value)
 {
     base.List.Insert(index, value);
 }
 public void Remove(DataSourceGroup value)
 {
     throw new NotImplementedException();
 }
 public int Add(DataSourceGroup value)
 {
     return base.List.Add(value);
 }
Пример #27
0
 public int Add(DataSourceGroup value)
 {
     throw null;
 }