C# Class BACnet.Client.Db.UpsertObjectCommand

Inheritance: IDisposable
Datei anzeigen Open project: LorenVS/bacstack

Public Methods

Method Description
Dispose ( ) : void

Disposes of the command

Execute ( ushort vendorId, uint deviceInstance, ObjectId objectId ) : bool

Executes the command

UpsertObjectCommand ( SQLiteConnection connection ) : System

Constructs a new table exists command instance

Method Details

Dispose() public method

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

Execute() public method

Executes the command
public Execute ( ushort vendorId, uint deviceInstance, ObjectId objectId ) : bool
vendorId ushort The vendor id of the object
deviceInstance uint The device instance of the object
objectId ObjectId The object id of the object
return bool

UpsertObjectCommand() public method

Constructs a new table exists command instance
public UpsertObjectCommand ( SQLiteConnection connection ) : System
connection System.Data.SQLite.SQLiteConnection
return System