다음을 통해 공유


RuleSet 생성자

정의

RuleSet 클래스의 새 인스턴스를 초기화합니다.

오버로드

RuleSet()

RuleSet 클래스의 새 인스턴스를 초기화합니다.

RuleSet(String)

RuleSet의 이름을 사용하여 RuleSet 클래스의 새 인스턴스를 초기화합니다.

RuleSet(String, String)

RuleSet의 이름 및 설명을 사용하여 RuleSet 클래스의 새 인스턴스를 초기화합니다.

RuleSet()

RuleSet 클래스의 새 인스턴스를 초기화합니다.

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

적용 대상

RuleSet(String)

RuleSet의 이름을 사용하여 RuleSet 클래스의 새 인스턴스를 초기화합니다.

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

매개 변수

name
String

RuleSet의 이름입니다.

적용 대상

RuleSet(String, String)

RuleSet의 이름 및 설명을 사용하여 RuleSet 클래스의 새 인스턴스를 초기화합니다.

public:
 RuleSet(System::String ^ name, System::String ^ description);
public RuleSet (string name, string description);
new System.Workflow.Activities.Rules.RuleSet : string * string -> System.Workflow.Activities.Rules.RuleSet
Public Sub New (name As String, description As String)

매개 변수

name
String

RuleSet의 이름입니다.

description
String

RuleSet에 대한 설명입니다.

적용 대상