C# Class BACnet.Client.Db.QueryObjectsCommand

Inheritance: IDisposable
Afficher le fichier Open project: LorenVS/bacstack

Méthodes publiques

Méthode 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 méthode

Disposes of the command
public Dispose ( ) : void
Résultat void

Execute() public méthode

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
Résultat List

QueryObjectsCommand() public méthode

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