AttrValueUpdateHelperGetAttrValueFromValidatedText Method |
Name | Description | |
---|---|---|
GetAttrValueFromValidatedText(AttrValueType, String, Object, String, Object, Boolean) |
Generates new AttrVale.Value compatible object from a plain string (entry field, XML tag, etc) and
determines if the value has to be updated at all.
We assume that the attribute value type is notEnum and that the attribute
value is valid. Therefore the isValid parameter is totally meaningless.
| |
GetAttrValueFromValidatedText(IAttrDef, String, Object, String, Object, Boolean) |
Generates new AttrVale.Value compatible object from a plain string (entry field, XML tag, etc) and
determines if the value has to be updated at all.
We assume that the attribute value type is notEnum and that the attribute
value is valid. Therefore the isValid parameter is totally meaningless.
|