RuleSetReference Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy RuleSetReference.

Przeciążenia

Nazwa Opis
RuleSetReference()

Inicjuje nowe wystąpienie klasy RuleSetReference.

RuleSetReference(String)

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

RuleSetReference()

Inicjuje nowe wystąpienie klasy RuleSetReference.

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

Dotyczy

RuleSetReference(String)

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

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

Parametry

ruleSetName
String

Nazwa obliczona RuleSet przez działanie.

Dotyczy