DataObjectSaveOptions Properties |
The DataObjectSaveOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | DataObjectType |
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.
|
![]() | ForceSaveOfUnchangedVersion |
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.
|
![]() | OverrideSecurity |
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.
|
![]() | SkipEvents |
Defines whether those events which normally executes during an object save method should be skipped.
|
![]() | SkipImmutabilityUniquenessAndRequiredConstraints |
Set to true to skip check for required values, immutabable properties and unique constraints
|
![]() | SkipServiceRuleHandling |
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.
|