Udostępnij za pośrednictwem


RuleReadAttribute Konstruktory

Definicja

Przeciążenia

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 członka 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 członka odczytana przez warunek.

target
RuleAttributeTarget

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

Dotyczy