RuleReadAttribute 构造函数

定义

重载

RuleReadAttribute(String)

初始化 RuleReadAttribute 类的新实例。

RuleReadAttribute(String, RuleAttributeTarget)

初始化 RuleReadAttribute 类的新实例。

RuleReadAttribute(String)

初始化 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)

参数

path
String

由条件读取的成员的逻辑路径。

适用于

RuleReadAttribute(String, RuleAttributeTarget)

初始化 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)

参数

path
String

由条件读取的成员的逻辑路径。

target
RuleAttributeTarget

RuleAttributeTarget 枚举;指定路径是相对于 this,还是相对于方法参数。

适用于