Click or drag to resize

UserSettingsManager Class

UserSettingsManager provides information about the user which include Unvired user id, ADS user id, SAP user id, Domain, URL, Login Type etc.
Inheritance Hierarchy
SystemObject
  Unvired.Kernel.UWP.CoreUserSettingsManager

Namespace:  Unvired.Kernel.UWP.Core
Assembly:  Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class UserSettingsManager

The UserSettingsManager type exposes the following members.

Properties
  NameDescription
Public propertyAdsDomain
Public propertyAdsUserId
Public propertyCompanyAlias
Public propertyConnectionTimeout
Getter/Setter for Http Connection time out
Public propertyCustomDeviceId
Public propertyDemoMode
Public propertyDeviceType
Public propertyEmail
Public propertyFullName
Public propertyStatic memberInstance
Get singleton instance of UserSettingsManager.
Public propertyLoginTypes
Gives current login type for the application. LOGIN_TYPE is an enum of UNVIRED_ID, ADS, SAP
Public propertySapPortName
Public propertySapUserId
Public propertyServerType
Public propertyServerUrl
Public propertyUnviredUserId
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also