| AliasContextChangeValue Method |
Changes the value of the reference object in the validation context
Namespace: FlexRule.ValidationAssembly: FlexRule.Validation (in FlexRule.Validation.dll) Version: 0.0.0.0 (0.0.0.0)
Syntaxpublic void ChangeValue(
string path,
Object value
)
Parameters
- path
- Type: SystemString
Property address of the reference object - value
- Type: SystemObject
New value to be set
See Also