June 2002
Intermediate to advanced
816 pages
28h 12m
English
XmlFormatExtensionAttribute
This attribute is applied to the declaraction of a custom System.Web.Services.Description.ServiceDescriptionFormatExtension
class. It specifes that the format extension runs at one or more extension points.
The constructors specify the name of the XML element that will be added to the WSDL document
by the service description format extension (elementName) and the XML namespace
for this element (ns). Depending on the constructor you use, you can supply
up to four points where the format extension should run (extensionPoint).
Public NotInheritable Class XmlFormatExtensionAttribute : Inherits Attribute ' Public Constructors Public Sub New() Public Sub New(ByVal elementName As String, ByVal ns As String, ByVal extensionPoint1 As Type) Public Sub New(ByVal elementName As String, ByVal ns As String, ByVal extensionPoints As Type()) Public Sub New(ByVal elementName As String, ByVal ns As String, ByVal extensionPoint1 As Type, ByVal extensionPoint2 As Type) Public Sub New(ByVal elementName As String, ByVal ns As String, ByVal extensionPoint1 As Type, ByVal extensionPoint2 As Type, ByVal extensionPoint3 As Type) Public Sub New(ByVal elementName As String, ByVal ns As String, ByVal extensionPoint1 As Type, ByVal extensionPoint2 As Type, ByVal extensionPoint3 As Type, ByVal extensionPoint4 As Type) ' Public Instance Properties Public Property ElementName As String Public Property ExtensionPoints As Type() Public Property Namespace As String End Class ...
Read now
Unlock full access