RuleSet Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy RuleSet.

Przeciążenia

RuleSet()

Inicjuje nowe wystąpienie klasy RuleSet.

RuleSet(String)

Inicjuje nowe wystąpienie RuleSet klasy przy użyciu nazwy klasy RuleSet .

RuleSet(String, String)

Inicjuje nowe wystąpienie RuleSet klasy przy użyciu nazwy i opisu klasy RuleSet .

RuleSet()

Inicjuje nowe wystąpienie klasy RuleSet.

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

Dotyczy

RuleSet(String)

Inicjuje nowe wystąpienie RuleSet klasy przy użyciu nazwy klasy 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)

Parametry

name
String

Nazwa elementu RuleSet.

Dotyczy

RuleSet(String, String)

Inicjuje nowe wystąpienie RuleSet klasy przy użyciu nazwy i opisu klasy 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)

Parametry

name
String

Nazwa elementu RuleSet.

description
String

Opis RuleSet .

Dotyczy