Click or drag to resize

AttrValueUpdateHelperGetAttrValueFromValidatedText Method

Overload List
  NameDescription
Public methodStatic memberGetAttrValueFromValidatedText(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.
Public methodStatic memberGetAttrValueFromValidatedText(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.
Top
See Also