Click or drag to resize

ActionArguments Methods

The ActionArguments type exposes the following members.

Methods
  NameDescription
Public methodApplyPropertyChanges
Applies the changes made to the survey object during the survey to a data object. Important: only changes made *before* the action handler was called are applied. Hence, if the action handler makes changes to PropertyValues then those changes are not applied by the method. The data object is not saved to the database!
Public methodConvertObjectId(Guid, ConfigurationObjectType)
Utility method for converting an object uid to an id (of for example a data object or property etc.).
Public methodConvertObjectId(Int32, ConfigurationObjectType)
Utility method for converting an object id to an uid (of for example a data object or property etc.).
Public methodGetMostRecentLogEntry
Get most recent log entry for a property. Returns null if no entries can be found.
Public methodGetPropertyValueT(String, T)
Public methodGetPropertyValueT(String, DictionaryString, ListObject, T) Obsolete.
Utility method for easy retrieval of a single property value from either InitialPropertyValues or FinalPropertyValues.
Top
Extension Methods
  NameDescription
Public Extension MethodToBool
Converts object to boolean.
(Defined by ObjectExtensions.)
Public Extension MethodToDateTime
Converts object to DateTime.
(Defined by ObjectExtensions.)
Public Extension MethodToInt
Converts object to integer.
(Defined by ObjectExtensions.)
Top
See Also