RuleUpdateAction.Path Proprietà

Definizione

Ottiene o imposta il percorso dell'oggetto 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

Valore della proprietà

Percorso dell'oggetto RuleUpdateAction.

Commenti

Path è una stringa che rappresenta il nome del campo o della proprietà modificata. "/" viene usato come separatore. Per indicare che la proprietà this.SomeProperty è stata modificata, la proprietà sarà "this/SomeProperty". È possibile specificare il valore modificato in modo specifico, ad esempio se è stato modificato this.SomeProperty/SomeOtherPropertysolo , è possibile specificare "this/SomeProperty/SomeOtherProperty". In quest'ultimo caso, altre regole usate this.SomeProperty/AnyOtherProperty non verranno rivalutate.

Per specificare che tutti i campi e le proprietà vengono modificati, aggiungere "*" alla fine del percorso. Ad esempio, "this/SomeProperty/*" indica che tutti i campi e le proprietà in this.SomeProperty sono stati modificati. Di conseguenza, tutte le regole che usano qualsiasi campo o proprietà in this.SomeProperty verranno rivalutate.

Note

Se il set di regole viene eseguito con ChainingBehavior impostato su None, questa azione viene ignorata.

Si applica a