RuleStatementAction 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
CodeDom 형식을 사용하여 실행할 메서드나 업데이트할 속성 또는 필드를 지정합니다.
public ref class RuleStatementAction : System::Workflow::Activities::Rules::RuleAction
[System.Serializable]
public class RuleStatementAction : System.Workflow.Activities.Rules.RuleAction
[<System.Serializable>]
type RuleStatementAction = class
inherit RuleAction
Public Class RuleStatementAction
Inherits RuleAction
- 상속
- 특성
생성자
RuleStatementAction() |
RuleStatementAction 클래스의 새 인스턴스를 초기화합니다. |
RuleStatementAction(CodeExpression) |
RuleStatementAction을 사용하여 CodeExpression 클래스의 새 인스턴스를 초기화합니다. |
RuleStatementAction(CodeStatement) |
RuleStatementAction을 사용하여 CodeStatement 클래스의 새 인스턴스를 초기화합니다. |
속성
CodeDomStatement |
수행할 동작을 지정하는 코드 문을 가져오거나 설정합니다. |
메서드
Clone() |
현재 RuleAction의 전체 복사본을 만듭니다. |
Equals(Object) |
두 개체 인스턴스가 같은지 확인합니다. |
Execute(RuleExecution) |
지정된 RuleAction을 사용하여 RuleExecution을 실행합니다. |
GetHashCode() |
이 인스턴스의 해시 코드를 반환합니다. |
GetSideEffects(RuleValidation) |
RuleAction이 업데이트한 필드 및 속성을 반환합니다. |
GetType() |
현재 인스턴스의 Type을 가져옵니다. (다음에서 상속됨 Object) |
MemberwiseClone() |
현재 Object의 단순 복사본을 만듭니다. (다음에서 상속됨 Object) |
ToString() |
동작의 문자열 값을 반환합니다. |
Validate(RuleValidation) |
RuleAction이 올바로 구성되고 오류가 없는지 확인합니다. |