C# 클래스 TrakHound.API.Devices.DeviceInfo

파일 보기 프로젝트 열기: TrakHound/TrakHound-Community

Private Properties

프로퍼티 타입 설명
DeviceInfo System.Collections.Generic

공개 메소드들

메소드 설명
DeviceInfo ( string uniqueId, DataTable table ) : System.Collections.Generic
DeviceInfo ( string uniqueId, Row row ) : System.Collections.Generic
ToTable ( ) : DataTable

비공개 메소드들

메소드 설명
DeviceInfo ( ) : System.Collections.Generic

메소드 상세

DeviceInfo() 공개 메소드

public DeviceInfo ( string uniqueId, DataTable table ) : System.Collections.Generic
uniqueId string
table System.Data.DataTable
리턴 System.Collections.Generic

DeviceInfo() 공개 메소드

public DeviceInfo ( string uniqueId, Row row ) : System.Collections.Generic
uniqueId string
row Row
리턴 System.Collections.Generic

ToTable() 공개 메소드

public ToTable ( ) : DataTable
리턴 System.Data.DataTable