Share via


RuleUpdateAction.Path 속성

정의

RuleUpdateAction의 경로를 가져오거나 설정합니다.

public:
 property System::String ^ Path { System::String ^ get(); void set(System::String ^ value); };
public string Path { get; set; }
member this.Path : string with get, set
Public Property Path As String

속성 값

String

RuleUpdateAction의 경로입니다.

설명

Path 변경 된 필드 또는 속성의 이름을 나타내는 문자열입니다. "/"는 구분 기호로 사용 됩니다. 속성이 수정 되었음을 나타내기 위해 this.SomeProperty 속성은 " this/SomeProperty "입니다. 원하는 대로 변경 된 값을 지정할 수 있습니다. 예를 들어,만 수정한 경우 this.SomeProperty/SomeOtherProperty ""을 지정할 수 있습니다 this/SomeProperty/SomeOtherProperty . 후자의 경우에는 사용 되는 다른 규칙이 다시 this.SomeProperty/AnyOtherProperty 평가 되지 않습니다.

모든 필드와 속성이 수정 되도록 지정 하려면 * 경로 끝에 ""를 추가 합니다. 예를 들어 " this/SomeProperty/* "는의 모든 필드와 속성이 수정 되었음을 나타냅니다 this.SomeProperty . 따라서의 필드 또는 속성을 사용 하는 모든 규칙이 다시 this.SomeProperty 평가 됩니다.

참고

로 설정 된 상태에서 규칙 집합이 실행 되는 경우 ChainingBehavior None 이 작업은 무시 됩니다.

적용 대상