共用方式為


RuleSet 建構函式

定義

初始化 RuleSet 類別的新執行個體。

多載

RuleSet()

初始化 RuleSet 類別的新執行個體。

RuleSet(String)

使用 RuleSet 的名稱,初始化 RuleSet 類別的新執行個體。

RuleSet(String, String)

使用 RuleSet 的名稱和描述,初始化 RuleSet 類別的新執行個體。

RuleSet()

初始化 RuleSet 類別的新執行個體。

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

適用於

RuleSet(String)

使用 RuleSet 的名稱,初始化 RuleSet 類別的新執行個體。

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

參數

name
String

RuleSet 的名稱。

適用於

RuleSet(String, String)

使用 RuleSet 的名稱和描述,初始化 RuleSet 類別的新執行個體。

public:
 RuleSet(System::String ^ name, System::String ^ description);
public RuleSet (string name, string description);
new System.Workflow.Activities.Rules.RuleSet : string * string -> System.Workflow.Activities.Rules.RuleSet
Public Sub New (name As String, description As String)

參數

name
String

RuleSet 的名稱。

description
String

RuleSet 的描述。

適用於