C# 클래스 BACnet.Client.Db.QueryObjectsCommand

상속: IDisposable
파일 보기 프로젝트 열기: LorenVS/bacstack

공개 메소드들

메소드 설명
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

메소드 상세

Dispose() 공개 메소드

Disposes of the command
public Dispose ( ) : void
리턴 void

Execute() 공개 메소드

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
리턴 List

QueryObjectsCommand() 공개 메소드

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