Rule.ElseActions 속성

정의

ELSE 사례에서 수행할 클래스의 RuleAction 컬렉션을 가져옵니다.

public:
 property System::Collections::Generic::IList<System::Workflow::Activities::Rules::RuleAction ^> ^ ElseActions { System::Collections::Generic::IList<System::Workflow::Activities::Rules::RuleAction ^> ^ get(); };
public System.Collections.Generic.IList<System.Workflow.Activities.Rules.RuleAction> ElseActions { get; }
member this.ElseActions : System.Collections.Generic.IList<System.Workflow.Activities.Rules.RuleAction>
Public ReadOnly Property ElseActions As IList(Of RuleAction)

속성 값

ELSE 사례에서 수행할 컬렉션 RuleAction 입니다.

설명

ElseActions 일반적으로 활동의 속성 중 하나에 변수 값을 설정하거나, 활동의 메서드를 호출하거나, 참조된 어셈블리의 형식에서 정적 메서드를 호출합니다.

RuleHaltAction 경우 실행이 RuleSet 중지되고 호출 메서드에 컨트롤이 반환됩니다. 속성을 RuleStatementAction 수정하거나 메서드를 호출합니다. 규칙은 RuleUpdateAction 변수를 업데이트하고 있음을 명시적으로 나타냅니다. 이로 인해 영향을 받는 모든 규칙이 다시 평가됩니다.

적용 대상