ActionArguments Methods |
The ActionArguments type exposes the following members.
Name | Description | |
---|---|---|
![]() | ApplyPropertyChanges |
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!
|
![]() | ConvertObjectId(Guid, ConfigurationObjectType) |
Utility method for converting an object uid to an id (of for example a data object or property etc.).
|
![]() | ConvertObjectId(Int32, ConfigurationObjectType) |
Utility method for converting an object id to an uid (of for example a data object or property etc.).
|
![]() | GetMostRecentLogEntry |
Get most recent log entry for a property.
Returns null if no entries can be found.
|
![]() | GetPropertyValueT(String, T) | |
![]() | GetPropertyValueT(String, DictionaryString, ListObject, T) | Obsolete.
Utility method for easy retrieval of a single property value from either InitialPropertyValues or FinalPropertyValues.
|
Name | Description | |
---|---|---|
![]() | ToBool |
Converts object to boolean.
(Defined by ObjectExtensions.) |
![]() | ToDateTime |
Converts object to DateTime.
(Defined by ObjectExtensions.) |
![]() | ToInt |
Converts object to integer.
(Defined by ObjectExtensions.) |