public string EntityName { get; }pair of EntityName and ConfObject specifies context of update.
following pairs are defined:
| EntityName value | ConfObject for Inserted/Updated event | ConfObject for Deleted event |
|---|---|---|
| "CFGSERVER" |
instance of PhoneSystem or Inserted event - configuration server is connected. new data is available. Application should refresh data which is obtained from the previous version of the Root UpdateEvent - credentials/host/port is updated, Object model is going to make new connection with configuration service. Root property of PhoneSystem points to the same object but it may be connected to new confguration service |
instance of PhoneSystem or connection with current configuration server is lost. it may happen if new connection information is set or connection is broken due to network promblems or restarting of configuration service. |
| "DN" | instance of type derived from DN or | instance of DN or |
| "GATEWAY" | instance of type derived from Gateway or | instance of Gateway or |
| "OUTBOUNDRULE" | instance of OutboundRule or | instance of OutboundRule or |
| "CONNECTION" | instance of ActiveConnection or | instance of ActiveConnection or |
| "REGISTRATION" | instance of type derived from DN or | instance of type derived from DN or |
| "REGISTRAR" | instance of type derived from RegistrarRecord or | instance of type derived from RegistrarRecord or |
| "GRP" | instance of Group or | instance of Group or |
| "VMBOXINFO" | instance of type derived from DN or | instance of type derived from DN or |
| "PARAMETER" | instance of type Parameter or | instance of type Parameter or |
| "TENANT" | instance of type Tenant or | instance of type Tenant or |
| "PHONEBOOK" | instance of type PhoneBookEntry or | instance of type PhoneBookEntry or |
| "DEVINFO" | instance of type DeviceInfo or | instance of type DeviceInfo or |
| "STATISTICS" | instance of type Statistics or | instance of type Statistics or |
| "S_*" | instance of type Statistics or . See InitializeStatistics(String) and CreateStatistics(String, String) for details | instance of type Statistics or . See InitializeStatistics(String) and CreateStatistics(String, String) for details |
| "BLACKLIST" | instance of type BlackListEntry or . | instance of type BlackListEntry or . |
| TRANSACTION | DictionaryTKey, TValue where TKey=String TValue=IEnumerableT (Int32[]) which provides all updated (dataclass+IDs) items in the transaction | DictionaryTKey, TValue where TKey=String TValue=IEnumerableT (Int32[]) |
| TRUNKREGTIMES | TrunkRegTimes or | TrunkRegTimes or |
| Other values | Instance of any type or . Reserved for future use. | Instance of any type or . Reserved for future use. |