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の説明。

適用対象