CompositeActivity Oluşturucular

Tanım

CompositeActivity sınıfının yeni bir örneğini başlatır.

Aşırı Yüklemeler

Name Description
CompositeActivity()

CompositeActivity sınıfının yeni bir örneğini başlatır.

CompositeActivity(IEnumerable<Activity>)

türünde CompositeActivityarabirimini Object uygulayan sınıfından IEnumerable yeni bir Activity örneği başlatır.

CompositeActivity(String)

Bu etkinliğin CompositeActivity adıyla birlikte sınıfının yeni bir örneğini başlatır.

CompositeActivity()

CompositeActivity sınıfının yeni bir örneğini başlatır.

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

Şunlara uygulanır

CompositeActivity(IEnumerable<Activity>)

türünde CompositeActivityarabirimini Object uygulayan sınıfından IEnumerable yeni bir Activity örneği başlatır.

public:
 CompositeActivity(System::Collections::Generic::IEnumerable<System::Workflow::ComponentModel::Activity ^> ^ children);
public CompositeActivity(System.Collections.Generic.IEnumerable<System.Workflow.ComponentModel.Activity> children);
new System.Workflow.ComponentModel.CompositeActivity : seq<System.Workflow.ComponentModel.Activity> -> System.Workflow.ComponentModel.CompositeActivity
Public Sub New (children As IEnumerable(Of Activity))

Parametreler

children
IEnumerable<Activity>

Object türüne IEnumerablesahip arabirimini Activity uygulama.

Şunlara uygulanır

CompositeActivity(String)

Bu etkinliğin CompositeActivity adıyla birlikte sınıfının yeni bir örneğini başlatır.

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

Parametreler

name
String

Örneğin adı.

Özel durumlar

name null başvurudur (Visual Basic Nothing).

Şunlara uygulanır