XmlFormatExtensionAttribute Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy XmlFormatExtensionAttribute.

Przeciążenia

XmlFormatExtensionAttribute()

Inicjuje nowe wystąpienie klasy XmlFormatExtensionAttribute.

XmlFormatExtensionAttribute(String, String, Type)

Inicjuje XmlFormatExtensionAttribute nowe wystąpienie klasy, które określa element XML i przestrzeń nazw do dodania podczas uruchamiania w określonym punkcie rozszerzenia.

XmlFormatExtensionAttribute(String, String, Type[])

Inicjuje XmlFormatExtensionAttribute nowe wystąpienie klasy, które określa element XML i przestrzeń nazw do dodania podczas uruchamiania w określonych punktach rozszerzenia.

XmlFormatExtensionAttribute(String, String, Type, Type)

Inicjuje XmlFormatExtensionAttribute nowe wystąpienie klasy, które określa element XML i przestrzeń nazw do dodania podczas uruchamiania w określonych punktach rozszerzenia.

XmlFormatExtensionAttribute(String, String, Type, Type, Type)

Inicjuje XmlFormatExtensionAttribute nowe wystąpienie klasy, które określa element XML i przestrzeń nazw do dodania podczas uruchamiania w określonych punktach rozszerzenia.

XmlFormatExtensionAttribute(String, String, Type, Type, Type, Type)

Inicjuje XmlFormatExtensionAttribute nowe wystąpienie klasy, które określa element XML i przestrzeń nazw do dodania podczas uruchamiania w określonych punktach rozszerzenia.

XmlFormatExtensionAttribute()

Źródło:
XmlFormatExtensionAttribute.cs
Źródło:
XmlFormatExtensionAttribute.cs
Źródło:
XmlFormatExtensionAttribute.cs

Inicjuje nowe wystąpienie klasy XmlFormatExtensionAttribute.

public:
 XmlFormatExtensionAttribute();
public XmlFormatExtensionAttribute ();
Public Sub New ()

Dotyczy

XmlFormatExtensionAttribute(String, String, Type)

Źródło:
XmlFormatExtensionAttribute.cs
Źródło:
XmlFormatExtensionAttribute.cs
Źródło:
XmlFormatExtensionAttribute.cs

Inicjuje XmlFormatExtensionAttribute nowe wystąpienie klasy, które określa element XML i przestrzeń nazw do dodania podczas uruchamiania w określonym punkcie rozszerzenia.

public:
 XmlFormatExtensionAttribute(System::String ^ elementName, System::String ^ ns, Type ^ extensionPoint1);
public XmlFormatExtensionAttribute (string elementName, string ns, Type extensionPoint1);
new System.Web.Services.Configuration.XmlFormatExtensionAttribute : string * string * Type -> System.Web.Services.Configuration.XmlFormatExtensionAttribute
Public Sub New (elementName As String, ns As String, extensionPoint1 As Type)

Parametry

elementName
String

Element XML dodany do opisu usługi przez rozszerzenie formatu opisu usługi.

ns
String

Przestrzeń nazw XML elementu XML dodana do opisu usługi przez rozszerzenie formatu opisu usługi.

extensionPoint1
Type

Punkt rozszerzenia, w którym ma zostać uruchomione rozszerzenie formatu opisu usługi.

Przykłady

// The YMLOperationBinding class is part of the YML SDFE, as it is the
// class that is serialized into XML and is placed in the service
// description.
[XmlFormatExtension("action", YMLOperationBinding.YMLNamespace,
    typeof(OperationBinding))]
[XmlFormatExtensionPrefix("yml", YMLOperationBinding.YMLNamespace)]
public class YMLOperationBinding : ServiceDescriptionFormatExtension
{
    private Boolean reverse;

    public const string YMLNamespace = "http://www.contoso.com/yml";

    [XmlElement("Reverse")]
    public Boolean Reverse
    {
        get { return reverse; }
        set { reverse = value; }
    }
}
' The YMLOperationBinding class is part of the YML SDFE, as it is the
' class that is serialized into XML and is placed in the service
' description.
<XmlFormatExtension("action", YMLOperationBinding.YMLNamespace, _
    GetType(OperationBinding)), _
    XmlFormatExtensionPrefix("yml", YMLOperationBinding.YMLNamespace)> _
Public Class YMLOperationBinding
    Inherits ServiceDescriptionFormatExtension
    Private _reverse As Boolean
    Public Const YMLNamespace As String = "http://www.contoso.com/yml"

    <XmlElement("Reverse")> _
    Public Property Reverse() As Boolean
        Get
            Return _reverse
        End Get
        Set(ByVal Value As Boolean)
            _reverse = Value
        End Set
    End Property

End Class

Dotyczy

XmlFormatExtensionAttribute(String, String, Type[])

Źródło:
XmlFormatExtensionAttribute.cs
Źródło:
XmlFormatExtensionAttribute.cs
Źródło:
XmlFormatExtensionAttribute.cs

Inicjuje XmlFormatExtensionAttribute nowe wystąpienie klasy, które określa element XML i przestrzeń nazw do dodania podczas uruchamiania w określonych punktach rozszerzenia.

public:
 XmlFormatExtensionAttribute(System::String ^ elementName, System::String ^ ns, cli::array <Type ^> ^ extensionPoints);
public XmlFormatExtensionAttribute (string elementName, string ns, Type[] extensionPoints);
new System.Web.Services.Configuration.XmlFormatExtensionAttribute : string * string * Type[] -> System.Web.Services.Configuration.XmlFormatExtensionAttribute
Public Sub New (elementName As String, ns As String, extensionPoints As Type())

Parametry

elementName
String

Element XML dodany do opisu usługi przez rozszerzenie formatu opisu usługi.

ns
String

Przestrzeń nazw XML elementu XML dodana do opisu usługi przez rozszerzenie formatu opisu usługi.

extensionPoints
Type[]

Tablica punktów rozszerzenia, w których ma zostać uruchomione rozszerzenie formatu opisu usługi.

Dotyczy

XmlFormatExtensionAttribute(String, String, Type, Type)

Źródło:
XmlFormatExtensionAttribute.cs
Źródło:
XmlFormatExtensionAttribute.cs
Źródło:
XmlFormatExtensionAttribute.cs

Inicjuje XmlFormatExtensionAttribute nowe wystąpienie klasy, które określa element XML i przestrzeń nazw do dodania podczas uruchamiania w określonych punktach rozszerzenia.

public:
 XmlFormatExtensionAttribute(System::String ^ elementName, System::String ^ ns, Type ^ extensionPoint1, Type ^ extensionPoint2);
public XmlFormatExtensionAttribute (string elementName, string ns, Type extensionPoint1, Type extensionPoint2);
new System.Web.Services.Configuration.XmlFormatExtensionAttribute : string * string * Type * Type -> System.Web.Services.Configuration.XmlFormatExtensionAttribute
Public Sub New (elementName As String, ns As String, extensionPoint1 As Type, extensionPoint2 As Type)

Parametry

elementName
String

Element XML dodany do opisu usługi przez rozszerzenie formatu opisu usługi.

ns
String

Przestrzeń nazw XML elementu XML dodana do opisu usługi przez rozszerzenie formatu opisu usługi.

extensionPoint1
Type

Punkt rozszerzenia, w którym ma zostać uruchomione rozszerzenie formatu opisu usługi.

extensionPoint2
Type

Punkt rozszerzenia, w którym ma zostać uruchomione rozszerzenie formatu opisu usługi.

Dotyczy

XmlFormatExtensionAttribute(String, String, Type, Type, Type)

Źródło:
XmlFormatExtensionAttribute.cs
Źródło:
XmlFormatExtensionAttribute.cs
Źródło:
XmlFormatExtensionAttribute.cs

Inicjuje XmlFormatExtensionAttribute nowe wystąpienie klasy, które określa element XML i przestrzeń nazw do dodania podczas uruchamiania w określonych punktach rozszerzenia.

public:
 XmlFormatExtensionAttribute(System::String ^ elementName, System::String ^ ns, Type ^ extensionPoint1, Type ^ extensionPoint2, Type ^ extensionPoint3);
public XmlFormatExtensionAttribute (string elementName, string ns, Type extensionPoint1, Type extensionPoint2, Type extensionPoint3);
new System.Web.Services.Configuration.XmlFormatExtensionAttribute : string * string * Type * Type * Type -> System.Web.Services.Configuration.XmlFormatExtensionAttribute
Public Sub New (elementName As String, ns As String, extensionPoint1 As Type, extensionPoint2 As Type, extensionPoint3 As Type)

Parametry

elementName
String

Element XML dodany do opisu usługi przez rozszerzenie formatu opisu usługi.

ns
String

Przestrzeń nazw XML elementu XML dodana do opisu usługi przez rozszerzenie formatu opisu usługi.

extensionPoint1
Type

Punkt rozszerzenia, w którym ma zostać uruchomione rozszerzenie formatu opisu usługi.

extensionPoint2
Type

Punkt rozszerzenia, w którym ma zostać uruchomione rozszerzenie formatu opisu usługi.

extensionPoint3
Type

Punkt rozszerzenia, w którym ma zostać uruchomione rozszerzenie formatu opisu usługi.

Dotyczy

XmlFormatExtensionAttribute(String, String, Type, Type, Type, Type)

Źródło:
XmlFormatExtensionAttribute.cs
Źródło:
XmlFormatExtensionAttribute.cs
Źródło:
XmlFormatExtensionAttribute.cs

Inicjuje XmlFormatExtensionAttribute nowe wystąpienie klasy, które określa element XML i przestrzeń nazw do dodania podczas uruchamiania w określonych punktach rozszerzenia.

public:
 XmlFormatExtensionAttribute(System::String ^ elementName, System::String ^ ns, Type ^ extensionPoint1, Type ^ extensionPoint2, Type ^ extensionPoint3, Type ^ extensionPoint4);
public XmlFormatExtensionAttribute (string elementName, string ns, Type extensionPoint1, Type extensionPoint2, Type extensionPoint3, Type extensionPoint4);
new System.Web.Services.Configuration.XmlFormatExtensionAttribute : string * string * Type * Type * Type * Type -> System.Web.Services.Configuration.XmlFormatExtensionAttribute
Public Sub New (elementName As String, ns As String, extensionPoint1 As Type, extensionPoint2 As Type, extensionPoint3 As Type, extensionPoint4 As Type)

Parametry

elementName
String

Element XML dodany do opisu usługi przez rozszerzenie formatu opisu usługi.

ns
String

Przestrzeń nazw XML elementu XML dodana do opisu usługi przez rozszerzenie formatu opisu usługi.

extensionPoint1
Type

Punkt rozszerzenia, w którym ma zostać uruchomione rozszerzenie formatu opisu usługi.

extensionPoint2
Type

Punkt rozszerzenia, w którym ma zostać uruchomione rozszerzenie formatu opisu usługi.

extensionPoint3
Type

Punkt rozszerzenia, w którym ma zostać uruchomione rozszerzenie formatu opisu usługi.

extensionPoint4
Type

Punkt rozszerzenia, w którym ma zostać uruchomione rozszerzenie formatu opisu usługi.

Dotyczy