Share via


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

適用対象