Click or drag to resize

ActivitySaveOptions Class

Inheritance Hierarchy
SystemObject
  Omada.OE.ModelDataObjectSaveOptions
    Omada.OE.ModelActivitySaveOptions

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
[SerializableAttribute]
public class ActivitySaveOptions : DataObjectSaveOptions

The ActivitySaveOptions type exposes the following members.

Constructors
  NameDescription
Public methodActivitySaveOptions
Top
Properties
  NameDescription
Public propertyDataObjectType
Save methods uses the type object for various lookups. The type object must match the TypeId on the DataObject being saved. If the type is not defined, it is retrived during the save operation.
(Inherited from DataObjectSaveOptions.)
Public propertyForceSaveOfUnchangedVersion
Unless set to true, the save method will only create a new data version if at least on of the property values differ from the previous version.
(Inherited from DataObjectSaveOptions.)
Public propertyOverrideSecurity
The OverrideSecurity property is true if either the override boolean is set in this class or if the static SecurityOverrideContext is in an override state.
(Inherited from DataObjectSaveOptions.)
Public propertySaveFormFieldStates
Angiver om activity'ens formfield-states skal gemmes. De gemmes altid (uanset SaveFormFieldStates) hvis aktiviteten er nyoprettet.
Public propertySkipDefaultAssigneeRules
Indicates if default assignee rules should not be created for a new activity template. The flag has no effect when saving existing activities or activity instances.
Public propertySkipEvents
Defines whether those events which normally executes during an object save method should be skipped.
(Inherited from DataObjectSaveOptions.)
Public propertySkipImmutabilityUniquenessAndRequiredConstraints
Set to true to skip check for required values, immutabable properties and unique constraints
(Inherited from DataObjectSaveOptions.)
Public propertySkipServiceRuleHandling
Defines whether service rule handling shall be skipped. The service rule handling calculates estimates according to the for dataobjects being saved. The service rules are applied according to the definition on one the related Process Template.
(Inherited from DataObjectSaveOptions.)
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