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

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

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

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

G. andrew Duthie; matthew Macdonald

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

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

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









MessagePart

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

This class represents a WSDL <part> element,
which is contained in a <message> element.
Each MessagePart object corresponds to a single
parameter or a return value for a function, and specifies the
variable's Name and either an XML
Type or an XML Element, which
refers to an element from the Types collection.

For example, a GetStockQuote method would have
several messages, including
GetStockQuoteHttpGetOut, and would have a single
MessagePart representing the return value. Return
values are given the Name
"parameters" for a SOAP request or
"Body" for an HTTP request.

public sealed class 

MessagePart : DocumentableItem {
// Public Constructors
public

MessagePart ( );
// Public Instance Properties
public XmlQualifiedName

Element {set; get; }
public Message

Message {get; }
public string

Name {set; get; }
public XmlQualifiedName

Type {set; get; }
}



Hierarchy


System.Object
DocumentableItem
MessagePart

Returned By


Message.{FindPartByName( ),
FindPartsByName( )},
MessagePartCollection.this

Passed To


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


/ 873