RuleUpdateAction 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
RuleUpdateAction 클래스의 새 인스턴스를 초기화합니다.
오버로드
| Name | Description |
|---|---|
| RuleUpdateAction() |
RuleUpdateAction 클래스의 새 인스턴스를 초기화합니다. |
| RuleUpdateAction(String) |
RuleUpdateAction 클래스의 새 인스턴스를 초기화합니다. |
RuleUpdateAction()
RuleUpdateAction 클래스의 새 인스턴스를 초기화합니다.
public:
RuleUpdateAction();
public RuleUpdateAction();
Public Sub New ()
적용 대상
RuleUpdateAction(String)
RuleUpdateAction 클래스의 새 인스턴스를 초기화합니다.
public:
RuleUpdateAction(System::String ^ path);
public RuleUpdateAction(string path);
new System.Workflow.Activities.Rules.RuleUpdateAction : string -> System.Workflow.Activities.Rules.RuleUpdateAction
Public Sub New (path As String)
매개 변수
- path
- String
변경된 필드 또는 속성의 이름을 나타내는 문자열입니다. 문자 "/"는 구분 기호로 사용됩니다.
설명
속성 this.SomeProperty 이 수정되었음을 나타내기 위해 매개 변수는 path .입니다 this/SomeProperty. 원하는 대로 변경된 값을 지정할 수 있습니다(예: 수정 this.SomeProperty/SomeOtherProperty한 경우에만 지정할 this/SomeProperty/SomeOtherProperty수 있습니다). 후자의 경우 사용된 this.SomeProperty/AnyOtherProperty 다른 규칙은 다시 평가되지 않습니다.
모든 필드와 속성이 수정되도록 지정하려면 경로 끝에 "*"를 추가합니다. 예를 들어 모든 this/SomeProperty/* 필드와 속성 this.SomeProperty 이 수정되었음을 나타냅니다. 따라서 필드 또는 속성을 this.SomeProperty 사용하는 모든 규칙은 다시 평가됩니다.
메모
규칙 집합이 설정된 ChainingBehavior상태에서 None 실행되면 이 작업은 무시됩니다.