Click or drag to resize

aceTerminalScreenBase Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Osnova mehanizma za renderovanje konzolarnog ekrana
Inheritance Hierarchy

Namespace:  imbACE.Services.terminal.core
Assembly:  imbACE.Services (in imbACE.Services.dll) Version: 0.2
Syntax
C#
public abstract class aceTerminalScreenBase : aceOperationSetExecutorBase, 
	IRenderReadExecute, IRender, IRead, IInit, IExecute, 
	ItextLayout, IAceTerminalScreen
Request Example View Source

The aceTerminalScreenBase type exposes the following members.

Properties
  NameDescription
Public propertylayout
Screen layout
Public propertylayoutFooterMessage
Public propertylayoutStatusMessage
Public propertylayoutTitleMessage
Public propertytitle
Screen title
Top
Methods
  NameDescription
Public methodexecute
Executes the screen-specific logic
Public methodinit
#0 Called when the screen is constructed
Public methodOnPropertyChanged (Inherited from aceBindable.)
Public methodread
Reads the user input
Public methodrefresh
Refresh call for dynamic part of content or applicative logic
Public methodrender
#1 Renders the content
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