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

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

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

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

G. andrew Duthie; matthew Macdonald

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

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

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









OperationCollection

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

This collection of Operation objects is used by
the Operations property of the
PortType class. You can access each
Operation element by position (index number).

public sealed class 

OperationCollection : ServiceDescriptionBaseCollection {
// Public Instance Properties
public Operation

this [int

index ]{set; get; }
// Public Instance Methods
public int

Add (Operation

operation );
public bool

Contains (Operation

operation );
public void

CopyTo (Operation[ ]

array , int

index );
public int

IndexOf (Operation

operation );
public void

Insert (int

index , Operation

operation );
public void

Remove (Operation

operation );
// Protected Instance Methods
protected override void

SetParent (object

value , object

parent ); // overrides ServiceDescriptionBaseCollection
}



Hierarchy


System.Object
System.Collections.CollectionBase(System.Collections.IList,
System.Collections.ICollection
,
System.Collections.IEnumerable)

ServiceDescriptionBaseCollection
OperationCollection

Returned By


PortType.Operations


/ 873