PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class frmLogViewer

    Inheritance
    System.Object
    frmBaseToKeyboard
    frmStdBaseForm
    frmLogViewer
    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
    Assembly: StdPlatBS100.dll
    Syntax
    public class frmLogViewer : frmStdBaseForm, IDisposable

    Constructors

    frmLogViewer()

    Returns an instance of the 'frmLogViewer' class.

    Declaration
    public frmLogViewer()

    Fields

    barManager1

    Declaration
    public BarManager barManager1
    Field Value
    Type Description
    DevExpress.XtraBars.BarManager

    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)

    Mostra(clsAplicacoes, String, Form, Action)

    Declaration
    public void Mostra(clsAplicacoes apls, string strEmpresa, Form parent, Action viewLegacyLog)
    Parameters
    Type Name Description
    clsAplicacoes apls
    System.String strEmpresa
    System.Windows.Forms.Form parent
    System.Action viewLegacyLog

    PreparaLayoutPainel(String, String, List<String>)

    Declaration
    public void PreparaLayoutPainel(string strEmpresa, string strCategoria, List<string> objChaves)
    Parameters
    Type Name Description
    System.String strEmpresa
    System.String strCategoria
    System.Collections.Generic.List<System.String> objChaves

    Implements

    System.IDisposable
    In This Article
    • Constructors
      • frmLogViewer()
    • Fields
      • barManager1
    • Methods
      • Dispose(Boolean)
      • Mostra(clsAplicacoes, String, Form, Action)
      • PreparaLayoutPainel(String, String, List<String>)
    • Implements