Click or drag to resize

ConfigurationChangeImportResult Class

Inheritance Hierarchy
SystemObject
  Omada.OE.ModelConfigurationChangeImportResult

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

The ConfigurationChangeImportResult type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAlreadyImportedCount
count of already imported changes
Public propertyChangeCount
Public propertyErrorCount
No. of errors during import.
Public propertyErrorUIds
UIds of all Changes with errors
Public propertyMessages
Public propertySuccessCount
Public propertyTotalDuration
The timespan duration of the import converted to string
Public propertyWarningCount
No. of warnings during import.
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