PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class frmWeatherService

    Weather service form.

    Inheritance
    System.Object
    frmBaseToKeyboard
    frmStdBaseForm
    frmWeatherService
    Implements
    System.IDisposable
    Inherited Members
    frmStdBaseForm.OpenAttachments
    frmStdBaseForm.Show()
    frmStdBaseForm.WndProc(Message)
    frmStdBaseForm.Finalize()
    frmStdBaseForm.PostProcessForm(Form)
    frmStdBaseForm.PostProcessForm(Form, Boolean)
    frmStdBaseForm.InitVirtualKeyboard(Form)
    frmStdBaseForm.CreateFormBorderPainter()
    frmStdBaseForm.RestoreDefaultLayout(Form)
    frmStdBaseForm.SetLayoutControlCustomTabsVars(TabbedControlGroup, StdBSSDUEditor)
    frmStdBaseForm.ResetCustomFormLayout()
    frmStdBaseForm.PostProcessLoadFormCustomization(Form)
    frmStdBaseForm.GetContextPage()
    frmStdBaseForm.SetRibbonPageCategories(RibbonPageCategoryCollection)
    frmStdBaseForm.ClickItemContextPage(String, String)
    frmStdBaseForm._ribbonPageCategoryCollection
    frmStdBaseForm.ExtensibilityController
    frmStdBaseForm.ExtensibilityDetailController
    frmStdBaseForm.CustomTabsService
    frmStdBaseForm.TabbedControlGroup
    frmStdBaseForm.ExtensibilityControllerType
    frmStdBaseForm.ExtensibilityDetailControllerType
    frmStdBaseForm.CustomTabObjects
    frmStdBaseForm.EntityLogKey
    frmStdBaseForm.BusinessEntity
    frmStdBaseForm.LoadedFirstTime
    frmStdBaseForm.ShowHiddenUserFieldsMessage
    frmStdBaseForm.LayoutChangedByUserCustomization
    frmStdBaseForm.UsePlatformResizer
    frmStdBaseForm.CustomizationController
    frmStdBaseForm.NotificouLock
    frmStdBaseForm.ActiveBar
    frmStdBaseForm.Platform
    frmStdBaseForm.Menus
    frmStdBaseForm.BarManagers
    frmStdBaseForm.TabControls
    frmStdBaseForm.F4ControlTag
    frmStdBaseForm.IsModalForm
    frmStdBaseForm.SuportsHistory
    frmStdBaseForm.MainBarName
    frmStdBaseForm.InternalLoading
    frmBaseToKeyboard.InitVirtualKeyboard(Form, Boolean, String)
    frmBaseToKeyboard.AfterSendKeyEnterByVirtualKeyboard()
    frmBaseToKeyboard.ShowingKeyboard
    frmBaseToKeyboard.ViewCharPassword
    Namespace: StdPlatBS100.UserForms
    Assembly: StdPlatBS100.dll
    Syntax
    public class frmWeatherService : frmStdBaseForm, IDisposable

    Constructors

    frmWeatherService()

    Initializes a new instance of the frmWeatherService class.

    Declaration
    public frmWeatherService()

    Properties

    BSO

    Platform service.

    Declaration
    public StdPlatBS BSO { get; set; }
    Property Value
    Type Description
    StdPlatBS

    WeatherData

    Weather data.

    Declaration
    public StdBEWeatherInfo WeatherData { get; set; }
    Property Value
    Type Description
    StdBEWeatherInfo

    Methods

    Dispose(Boolean)

    Clean up any resources being used.

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    true if managed resources should be disposed; otherwise, false.

    Overrides
    frmBaseToKeyboard.Dispose(Boolean)

    LoadWeatherForecast()

    Load weather forecast for selected city.

    Declaration
    public void LoadWeatherForecast()

    Implements

    System.IDisposable

    See Also

    frmStdBaseForm