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

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

공개 메소드들

메소드 설명
Dispose ( ) : void

Disposes of the command

Execute ( ObjectInfo info ) : bool

Executes the command

UpdateObjectCommand ( SQLiteConnection connection ) : System

Constructs a new update object command instance

메소드 상세

Dispose() 공개 메소드

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

Execute() 공개 메소드

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

UpdateObjectCommand() 공개 메소드

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