Click or drag to resize

IAceTerminalScreen Interface

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Opsti interfejs prema terminalnom ekranu

Namespace:  imbACE.Services.terminal.core
Assembly:  imbACE.Services (in imbACE.Services.dll) Version: 0.2
Syntax
C#
public interface IAceTerminalScreen
Request Example View Source

The IAceTerminalScreen type exposes the following members.

Properties
  NameDescription
Public propertylayout
Screen layout
Public propertylayoutFooterMessage
porukaZaFooter
Public propertylayoutStatusMessage
Message for status line
Public propertylayoutTitleMessage
Message content for layout title
Public propertytitle
Screen title
Top
Methods
  NameDescription
Public methodexecute
Executes the screen-specific logic
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
See Also