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)

속성 값

IList<RuleAction>

ELSE 상황에서 수행할 RuleAction의 컬렉션입니다.

설명

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

RuleHaltActionRuleSet의 실행을 중지시키고 호출 메서드로 제어를 반환시킵니다. RuleStatementAction은 속성을 수정하거나 메서드를 호출합니다. RuleUpdateAction은 규칙이 변수를 업데이트하고 있음을 명시적으로 나타냅니다. 이렇게 하면 영향을 받은 규칙을 다시 검사하게 됩니다.

적용 대상