Interface IPlatformServices
Namespace: EduCATS.Helpers.Forms
Assembly: EduCATS.dll
Syntax
public interface IPlatformServices
Properties
Device
Declaration
IDevice Device { get; set; }
Property Value
Type | Description |
---|---|
IDevice |
Dialogs
Declaration
IDialogs Dialogs { get; set; }
Property Value
Type | Description |
---|---|
IDialogs |
Navigation
Declaration
IPages Navigation { get; set; }
Property Value
Type | Description |
---|---|
IPages |
Preferences
Declaration
IPreferences Preferences { get; set; }
Property Value
Type | Description |
---|---|
IPreferences |