WebServiceInputActivity Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy WebServiceInputActivity.

Przeciążenia

WebServiceInputActivity()

Inicjuje nowe wystąpienie klasy WebServiceInputActivity.

WebServiceInputActivity(String)

Inicjuje WebServiceInputActivity nowe wystąpienie klasy przy użyciu nazwy działania.

WebServiceInputActivity()

Inicjuje nowe wystąpienie klasy WebServiceInputActivity.

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

Zobacz też

Dotyczy

WebServiceInputActivity(String)

Inicjuje WebServiceInputActivity nowe wystąpienie klasy przy użyciu nazwy działania.

public:
 WebServiceInputActivity(System::String ^ name);
public WebServiceInputActivity (string name);
new System.Workflow.Activities.WebServiceInputActivity : string -> System.Workflow.Activities.WebServiceInputActivity
Public Sub New (name As String)

Parametry

name
String

Zdefiniowana przez użytkownika nazwa działania.

Zobacz też

Dotyczy