ImportCollection

ImportCollection

System.Web.Services.Description (system.web.services.dll)sealed class

This collection of Import objects is used by the Imports property of the ServiceDescription class to specify XML namespaces for a WSDL document. You can retrieve an individual Import object by index number.

public sealed class ImportCollection : ServiceDescriptionBaseCollection {
// Public Instance Properties
   public Import this[int index]{set; get; }
// Public Instance Methods
   public int Add(Import import);
   public bool Contains(Import import);
   public void CopyTo(Import[ ] array, int index);
   public int IndexOf(Import import);
   public void Insert(int index, Import import);
   public void Remove(Import import);
// Protected Instance Methods
   protected override void SetParent(object value, object parent); // overrides ServiceDescriptionBaseCollection
}

Hierarchy

System.Object System.Collections.CollectionBase(System.Collections.IList, System.Collections.ICollection, System.Collections.IEnumerable) ServiceDescriptionBaseCollection ImportCollection

Returned By

ServiceDescription.Imports



    Part I: Introduction to ASP.NET
    Part III: Namespace Reference
    Chapter 40. The System.Web.UI.MobileControls Namespace
    Chapter 42. The System.Web.UI.WebControls Namespace