C# Class BACnet.Client.Db.UpdateObjectCommand

Inheritance: IDisposable
Show file Open project: LorenVS/bacstack

Public Methods

Method Description
Dispose ( ) : void

Disposes of the command

Execute ( ObjectInfo info ) : bool

Executes the command

UpdateObjectCommand ( SQLiteConnection connection ) : System

Constructs a new update object command instance

Method Details

Dispose() public method

Disposes of the command
public Dispose ( ) : void
return void

Execute() public method

Executes the command
public Execute ( ObjectInfo info ) : bool
info ObjectInfo The descriptor to update
return bool

UpdateObjectCommand() public method

Constructs a new update object command instance
public UpdateObjectCommand ( SQLiteConnection connection ) : System
connection System.Data.SQLite.SQLiteConnection
return System