ConfigurationChangeImportEventArgs Class |
Namespace: Omada.OE.Model
public class ConfigurationChangeImportEventArgs : EventArgs
The ConfigurationChangeImportEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| ConfigurationChangeImportEventArgs |
| Name | Description | |
|---|---|---|
| ConfigurationChange |
The imported configuration change.
| |
| Messages |
Messages - errors and warnings.
Can be null if Status == Success.
| |
| Status |
Was the import succesfull?
|
| Name | Description | |
|---|---|---|
| ToBool |
Converts object to boolean.
(Defined by ObjectExtensions.) | |
| ToDateTime |
Converts object to DateTime.
(Defined by ObjectExtensions.) | |
| ToInt |
Converts object to integer.
(Defined by ObjectExtensions.) |