Click or drag to resize

aceTerminalScreenBaseT Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Base class for an Terminal Application screen
Inheritance Hierarchy
SystemObject
  imbACE.Core.coreaceBindable
    imbACE.Core.operationsaceOperationSetExecutorBase
      imbACE.Services.terminal.coreaceTerminalScreenBase
        imbACE.Services.terminal.coreaceTerminalScreenBaseT
          imbACE.Services.terminal.screenaceTerminalMenuScreenBaseT
          imbACE.Services.terminal.smartScreensmartScreenFileSelectorT
          imbACE.Services.terminal.smartScreensmartScreenPropertyEditorT

Namespace:  imbACE.Services.terminal.core
Assembly:  imbACE.Services (in imbACE.Services.dll) Version: 0.2
Syntax
C#
public abstract class aceTerminalScreenBase<T> : aceTerminalScreenBase
where T : aceTerminalApplication
Request Example View Source

Type Parameters

T

The aceTerminalScreenBaseT type exposes the following members.

Properties
  NameDescription
Public propertylayout
Screen layout
(Inherited from aceTerminalScreenBase.)
Public propertylayoutFooterMessage (Inherited from aceTerminalScreenBase.)
Public propertylayoutStatusMessage (Inherited from aceTerminalScreenBase.)
Public propertylayoutTitleMessage (Inherited from aceTerminalScreenBase.)
Public propertytitle
Screen title
(Inherited from aceTerminalScreenBase.)
Top
Methods
  NameDescription
Public methodexecute
Executes the screen-specific logic
(Inherited from aceTerminalScreenBase.)
Public methodinit
#0 Called when the screen is constructed
(Inherited from aceTerminalScreenBase.)
Public methodOnPropertyChanged (Inherited from aceBindable.)
Public methodread
Reads the user input
(Inherited from aceTerminalScreenBase.)
Public methodrefresh
Refresh call for dynamic part of content or applicative logic
(Inherited from aceTerminalScreenBase.)
Public methodrender
#2 Očitava ulaz -- reseno na nivou aceTErminalScreenBase
(Overrides aceTerminalScreenBaserender(IPlatform, Boolean).)
Top
Events
  NameDescription
Public eventPropertyChanged (Inherited from aceBindable.)
Top
Extension Methods
  NameDescription
Public Extension MethodaceGenEx (Defined by aceExceptionTools.)
Public Extension MethodaceSciEx (Defined by aceExceptionTools.)
Top
See Also