C# Class BACnet.Client.Db.QueryObjectsCommand

Inheritance: IDisposable
Datei anzeigen Open project: LorenVS/bacstack

Public Methods

Method Description
Dispose ( ) : void

Disposes of the command

Execute ( DescriptorRegistrar registrar, DescriptorQuery query ) : List

Executes the command

QueryObjectsCommand ( SQLiteConnection connection ) : System

Constructs a new query objects command instance

Method Details

Dispose() public method

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

Execute() public method

Executes the command
public Execute ( DescriptorRegistrar registrar, DescriptorQuery query ) : List
registrar BACnet.Client.Descriptors.DescriptorRegistrar The registrar of descriptor types
query BACnet.Client.Descriptors.DescriptorQuery The descriptor query
return List

QueryObjectsCommand() public method

Constructs a new query objects command instance
public QueryObjectsCommand ( SQLiteConnection connection ) : System
connection System.Data.SQLite.SQLiteConnection
return System