ASP.NET.in.a.Nutshell.Second.Edition [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

ASP.NET.in.a.Nutshell.Second.Edition [Electronic resources] - نسخه متنی

G. andrew Duthie; matthew Macdonald

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید









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}


/ 873