AddedConditionAction 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
동적 업데이트 중에 워크플로에 RuleCondition이 추가되었음을 나타냅니다. 이 클래스는 상속될 수 없습니다.
public ref class AddedConditionAction sealed : System::Workflow::Activities::Rules::RuleConditionChangeAction
public sealed class AddedConditionAction : System.Workflow.Activities.Rules.RuleConditionChangeAction
type AddedConditionAction = class
inherit RuleConditionChangeAction
Public NotInheritable Class AddedConditionAction
Inherits RuleConditionChangeAction
- 상속
설명
이 클래스는 추적 서비스에서 동적 업데이트 중에 RuleCondition가 추가되었는지를 판단하는 데 사용할 수 있습니다. 이 개체의 인스턴스는 이 동적 업데이트 전까지 워크플로에 없던 모든 RuleCondition에 대해 생성됩니다.
생성자
AddedConditionAction() |
AddedConditionAction 클래스의 새 인스턴스를 초기화합니다. |
AddedConditionAction(RuleCondition) |
추가된 조건의 정의를 사용하여 AddedConditionAction 클래스의 새 인스턴스를 초기화합니다. |
속성
ConditionDefinition |
워크플로에 추가되는 RuleCondition을 가져오거나 설정합니다. |
ConditionName |
워크플로에 추가된 RuleCondition의 이름이 포함된 문자열을 가져옵니다. |
메서드
ApplyTo(Activity) |
파생 클래스에서 재정의되는 경우 변경 내용을 루트 Activity에 적용합니다. (다음에서 상속됨 WorkflowChangeAction) |
Equals(Object) |
지정된 개체가 현재 개체와 같은지 확인합니다. (다음에서 상속됨 Object) |
GetHashCode() |
기본 해시 함수로 작동합니다. (다음에서 상속됨 Object) |
GetType() |
현재 인스턴스의 Type을 가져옵니다. (다음에서 상속됨 Object) |
MemberwiseClone() |
현재 Object의 단순 복사본을 만듭니다. (다음에서 상속됨 Object) |
ToString() |
현재 개체를 나타내는 문자열을 반환합니다. (다음에서 상속됨 Object) |
ValidateChanges(Activity) |
파생 클래스에서 재정의된 경우 RuleConditionChangeAction가 올바로 구성되고 오류가 없는지 확인합니다. (다음에서 상속됨 RuleConditionChangeAction) |