C# Class Automatak.Simulator.DNP3.Commons.ListviewDatabaseAdapter

Inheritance: IDatabase
Show file Open project: automatak/dnp3-simulator Class Usage Examples

Public Methods

Method Description
Process ( IChangeSet changes, ListBox listBox ) : void

Private Methods

Method Description
Add ( Measurement meas, string label ) : void
IDatabase ( Analog update, ushort index, EventMode mode ) : void
IDatabase ( AnalogOutputStatus update, ushort index, EventMode mode ) : void
IDatabase ( Binary update, ushort index, EventMode mode ) : void
IDatabase ( BinaryOutputStatus update, ushort index, EventMode mode ) : void
IDatabase ( Counter update, ushort index, EventMode mode ) : void
IDatabase ( DoubleBitBinary update, ushort index, EventMode mode ) : void
IDatabase ( FrozenCounter update, ushort index, EventMode mode ) : void
IDatabase ( TimeAndInterval update, ushort index ) : void
ListviewDatabaseAdapter ( ListBox listBox ) : System

Method Details

Process() public static method

public static Process ( IChangeSet changes, ListBox listBox ) : void
changes IChangeSet
listBox System.Windows.Forms.ListBox
return void