RuleSet 생성자

정의

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

오버로드

Name Description
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에 대한 설명입니다.

적용 대상