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

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

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

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

G. andrew Duthie; matthew Macdonald

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

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

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









DocumentableItem

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

This abstract base class is used by several different classes in the
System.Web.Services.Description namespace. It
provides only one property, Documentation, which
represents the <documentation> element that
can be added inside other WSDL language elements to provide
human-readable information (like a descriptive comment). This tag is
generated automatically when you use the
Description property of the
System.Web.Services.WebMethodAttribute or
System.Web.Services.WebServiceAttribute.

public abstract class 

DocumentableItem {
// Protected Constructors
protected

DocumentableItem ( );
// Public Instance Properties
public string

Documentation {set; get; }
}



Subclasses


Multiple types


/ 873