AttrValueUpdateHelper Class |
Namespace: PDTec.IceNet.Sdk.Model
public sealed class AttrValueUpdateHelper
The AttrValueUpdateHelper type exposes the following members.
Name | Description | |
---|---|---|
AttrValueUpdateHelper | Initializes a new instance of the AttrValueUpdateHelper class |
Name | Description | |
---|---|---|
CheckAndGetAttrValueFromText |
Checks and generates new AttrVale.Value compatible object from a plain string (entry field, XML tag, etc).
Causes a database request for Enum value types.
| |
CompareAttrValues | ||
ConvertToAttrValue(AttrValueUpdate, Boolean) | ||
ConvertToAttrValue(RelAttrValueUpdate, Boolean) | ||
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
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.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IsDateTime | ||
IsDouble | ||
IsInteger | ||
ToString | Returns a string that represents the current object. (Inherited from Object.) |