Click or drag to resize

ObjectImporterSettings Class

Represents settings for a call to Omada.OE.AppLogic.Serialization.ObjectImporter.ImportSerializedDataObjects(). The class is also used in the DataObjectExchangeWebService web service.
Inheritance Hierarchy
SystemObject
  Omada.OE.ModelObjectImporterSettings

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public class ObjectImporterSettings

The ObjectImporterSettings type exposes the following members.

Constructors
  NameDescription
Public methodObjectImporterSettings
Top
Properties
  NameDescription
Public propertyAcceptPartialImport
If set, the import will commit one object at a time. It means a partial result is persisted even if an exception is raised.
Public propertyAllowedErrors
Threshold for no. of allowed errors before the import terminates.
Public propertyStatic memberDefault
Public propertyIgnoreNonAllowedPropertyChanges
If set to true the import will not fail if an update to a data object violates an authoritative source policy. If set to true any changes for properties that aren't allowed to be updated are ignored.
Public propertyIgnoreNonPresentTypeProperties
If set to true the import will not fail if a data object states a value for a property that isn't present on the data object type. The property must, however, exist in the system.
Public propertySkipImport
Set to true to only deserialize the xml data - don't perform the actual import.
Public propertyTreatAsInternalOperation
By default changes to data objects, that are made via the ImportSerializedDataObjects api, are considered as having an external origin. This has an impact on the validation of authoritative source policies. By setting TreatAsInternalOperation=true the operations are instead considered as having an internal origin.
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