Click or drag to resize

textInputResult Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Klasa koja sadr�i odgovor na text input
Inheritance Hierarchy
SystemObject
  imbACE.Services.platform.inputtextInputResult

Namespace:  imbACE.Services.platform.input
Assembly:  imbACE.Services (in imbACE.Services.dll) Version: 0.2
Syntax
C#
public class textInputResult : INotifyPropertyChanged
Request Example View Source

The textInputResult type exposes the following members.

Constructors
  NameDescription
Public methodtextInputResult(inputReadMode)
Initializes a new instance of the textInputResult class
Public methodtextInputResult(IPlatform, inputReadMode, selectZone)
Initializes a new instance of the textInputResult class
Top
Properties
  NameDescription
Public propertyconsoleKey
referenca prema konzolnom tasteru koji je pritisnut
Public propertydoKeepReading
da li da nastavlja sa citanjem [true] ili je zavrsio [false]
Public propertymeta
Kolekcija razlicitih meta objekata
Public propertyresult
Primarni rezultat inputa
Public propertysection
section koji je inicirao ovo citanje
Top
Events
  NameDescription
Public eventPropertyChanged
Top
Fields
  NameDescription
Public fieldplatform
Public fieldreadMode
Public fieldreadZone
Top
Extension Methods
  NameDescription
Public Extension MethodaceGenEx (Defined by aceExceptionTools.)
Public Extension MethodaceSciEx (Defined by aceExceptionTools.)
Top
See Also