Savision.LiveMaps.MobileDevice.Notification.RegisteredMobileDeviceLive Maps Registered Mobile Device

Savision.LiveMaps.MobileDevice.Notification.RegisteredMobileDevice (ClassType)

A mobile device (e.g. smart phone) that is registered with Savision Live Maps and may receive notifications about Live Map state changes.

Element properties:

Base ClassSystem.Entity
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdc0dbf55c-77a0-5237-5869-b43c380bbc8c

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of monitoring object. false 256  False 
Savision.LiveMaps.MobileDevice.Notification.RegisteredMobileDevice:
DeviceId  string  Device Identifier true 256  False 
DeviceType  string  Type false 256  False 
DeviceVersion  string  Version false 256  False 
OwnerInformation  string  Owner false 256  False 
Notify  bool  Notifications Enabled false 256   
NotificationTarget  string  Notification Target false 256  False 
UserName  string  User false 256  False 
Domain  string  User's Domain false 256  False 

Health Model:

Source Code:

<ClassType ID="Savision.LiveMaps.MobileDevice.Notification.RegisteredMobileDevice" Accessibility="Public" Abstract="false" Base="System!System.Entity" Hosted="false" Singleton="false">
<Property ID="DeviceId" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="DeviceType" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="DeviceVersion" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="OwnerInformation" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Notify" Type="bool" Key="false"/>
<Property ID="NotificationTarget" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="UserName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Domain" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>