Click or drag to resize

OPSFixPacksolObjectUpdateInformation Class

Struct within update information
Inheritance Hierarchy
SystemObject
  Omada.OE.Solution.OIM.AppLogic.UpdateActionsOPSFixPacksolObjectUpdateInformation

Namespace:  Omada.OE.Solution.OIM.AppLogic.UpdateActions
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
protected class UpdateInformation

The OPSFixPacksolObjectUpdateInformation type exposes the following members.

Constructors
Fields
  NameDescription
Public fieldDataObjectToUpdate
Must contain the uid of the data object to update
Public fieldNewPropertyValues
New property values
Public fieldNumberOfExpectedVersions
The number of data object version the dataobject must have in order to be updated The value should be equal to the number of versions the dataobject has when it comes fresh out of packsol Specify 0 to ALWAYS update the object
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