Język

RuleReadAttribute Konstruktory

Definicja

Przeciążenia

Nazwa Opis
RuleReadAttribute(String)

Inicjuje nowe wystąpienie klasy RuleReadAttribute.

RuleReadAttribute(String, RuleAttributeTarget)

Inicjuje nowe wystąpienie klasy RuleReadAttribute.

RuleReadAttribute(String)

Inicjuje nowe wystąpienie klasy RuleReadAttribute.

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

Ścieżka logiczna elementu członkowskiego odczytana przez warunek.

Dotyczy

RuleReadAttribute(String, RuleAttributeTarget)

Inicjuje nowe wystąpienie klasy RuleReadAttribute.

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

Ścieżka logiczna elementu członkowskiego odczytana przez warunek.

target
RuleAttributeTarget

RuleAttributeTarget Wyliczenie; Określa, czy ścieżka jest względna, this czy do parametru metody.

Dotyczy