XmlFormatExtensionPointAttribute

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



ASP. NET in a Nutshell
ASP.NET in a Nutshell, Second Edition
ISBN: 0596005202
EAN: 2147483647
Year: 2003
Pages: 873

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net