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

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

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

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

G. andrew Duthie; matthew Macdonald

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

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

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









XmlFormatExtensionPointAttribute

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

Like all the attributes in this namespace, the
XmlFormatExtensionPointAttribute is applied to the
custom
System.Web.Services.Description.ServiceDescriptionFormatExtension
class. Use this attribute to specify that a member of the custom
format extension class should have its own custom format extension
associated with it. MemberName specifies the
member of the format extension class (as a string) that has its own
format extension. AllowElements is
True (the default) if the member of the class
implementing the format extension can accept raw XML elements.

public sealed class 

XmlFormatExtensionPointAttribute : Attribute {
// Public Constructors
public

XmlFormatExtensionPointAttribute (string

memberName );
// Public Instance Properties
public bool

AllowElements {set; get; }
public string

MemberName {set; get; }
}



Hierarchy


System.Object
System.Attribute
XmlFormatExtensionPointAttribute

Valid On


Class


/ 873