Import

Import

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

This class represents the WSDL <import> element, which associates an XML namespace with a document location. The familiar XML equivalent is <import namespace="uri" location="uri"/>. This equivalent allows a WSDL document to be split into multiple subdocuments, each with a unique XML namespace, which can then be imported as needed.

public sealed class Import : DocumentableItem { // Public Constructors    public Import( ); // Public Instance Properties    public string Location{set; get; }    public string Namespace{set; get; }    public ServiceDescription ServiceDescription{get; } }

Hierarchy

System.Object DocumentableItem Import

Returned By

ImportCollection.this

Passed To

ImportCollection.{Add( ), Contains( ), CopyTo( ), IndexOf( ), Insert( ), Remove( ), this}



ASP. NET in a Nutshell
ASP.NET in a Nutshell, Second Edition
ISBN: 0596005202
EAN: 2147483647
Year: 2003
Pages: 873

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net