ASP.NET.in.a.Nutshell.Second.Edition [Electronic resources]

G. andrew Duthie; matthew Macdonald

نسخه متنی -صفحه : 873/ 256
نمايش فراداده

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}