RuleReadAttribute Konstruktory

Definice

Přetížení

RuleReadAttribute(String)

Inicializuje novou instanci RuleReadAttribute třídy .

RuleReadAttribute(String, RuleAttributeTarget)

Inicializuje novou instanci RuleReadAttribute třídy .

RuleReadAttribute(String)

Inicializuje novou instanci RuleReadAttribute třídy .

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

Parametry

path
String

Logická cesta členu přečtená podmínkou.

Platí pro

RuleReadAttribute(String, RuleAttributeTarget)

Inicializuje novou instanci RuleReadAttribute třídy .

public:
 RuleReadAttribute(System::String ^ path, System::Workflow::Activities::Rules::RuleAttributeTarget target);
public RuleReadAttribute (string path, System.Workflow.Activities.Rules.RuleAttributeTarget target);
new System.Workflow.Activities.Rules.RuleReadAttribute : string * System.Workflow.Activities.Rules.RuleAttributeTarget -> System.Workflow.Activities.Rules.RuleReadAttribute
Public Sub New (path As String, target As RuleAttributeTarget)

Parametry

path
String

Logická cesta členu přečtená podmínkou.

target
RuleAttributeTarget

RuleAttributeTarget výčtu; určuje, jestli je cesta relativní k this nebo k parametru metody.

Platí pro