RuleReadAttribute Oluşturucular

Tanım

Aşırı Yüklemeler

Name Description
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şul tarafından 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şul tarafından okunan üyenin mantıksal yolu.

target
RuleAttributeTarget

RuleAttributeTarget Numaralandırma; yolun bir yöntem parametresine this göre mi yoksa parametreye mi göreli olduğunu belirtir.

Şunlara uygulanır