Click or drag to resize

AttrValueUpdateHelper Class

Inheritance Hierarchy
SystemObject
  PDTec.IceNet.Sdk.ModelAttrValueUpdateHelper

Namespace:  PDTec.IceNet.Sdk.Model
Assembly:  PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public sealed class AttrValueUpdateHelper

The AttrValueUpdateHelper type exposes the following members.

Constructors
  NameDescription
Public methodAttrValueUpdateHelper
Initializes a new instance of the AttrValueUpdateHelper class
Top
Methods
  NameDescription
Public methodStatic memberCheckAndGetAttrValueFromText
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.
Public methodStatic memberCompareAttrValues
Public methodStatic memberConvertToAttrValue(AttrValueUpdate, Boolean)
Public methodStatic memberConvertToAttrValue(RelAttrValueUpdate, Boolean)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
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.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberIsDateTime
Public methodStatic memberIsDouble
Public methodStatic memberIsInteger
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also