RuleReadAttribute Oluşturucular

Tanım

Aşırı Yüklemeler

RuleReadAttribute(String)

RuleReadAttribute sınıfının yeni bir örneğini başlatır.

RuleReadAttribute(String, RuleAttributeTarget)

RuleReadAttribute sınıfının yeni bir örneğini başlatır.

RuleReadAttribute(String)

RuleReadAttribute sınıfının yeni bir örneğini başlatır.

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)

Parametreler

path
String

Koşula göre okunan üyenin mantıksal yolu.

Şunlara uygulanır

RuleReadAttribute(String, RuleAttributeTarget)

RuleReadAttribute sınıfının yeni bir örneğini başlatır.

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)

Parametreler

path
String

Koşula göre okunan üyenin mantıksal yolu.

target
RuleAttributeTarget

RuleAttributeTarget listelenen yolun bir yöntem parametresine göre mi olduğunu belirtir this .

Şunlara uygulanır