C# Класс TrakHound.API.Devices.DeviceInfo

Показать файл Открыть проект

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