RuleSetReference 构造函数

定义

初始化 RuleSetReference 类的新实例。

重载

名称 说明
RuleSetReference()

初始化 RuleSetReference 类的新实例。

RuleSetReference(String)

使用 的名称RuleSetReference初始化类的新实例RuleSet

RuleSetReference()

初始化 RuleSetReference 类的新实例。

public:
 RuleSetReference();
public RuleSetReference();
Public Sub New ()

适用于

RuleSetReference(String)

使用 的名称RuleSetReference初始化类的新实例RuleSet

public:
 RuleSetReference(System::String ^ ruleSetName);
public RuleSetReference(string ruleSetName);
new System.Workflow.Activities.Rules.RuleSetReference : string -> System.Workflow.Activities.Rules.RuleSetReference
Public Sub New (ruleSetName As String)

参数

ruleSetName
String

活动计算的名称 RuleSet

适用于