C# Class TrakHound.API.Devices.DeviceInfo

Afficher le fichier Open project: TrakHound/TrakHound-Community

Private Properties

Свойство Type Description
DeviceInfo System.Collections.Generic

Méthodes publiques

Méthode Description
DeviceInfo ( string uniqueId, DataTable table ) : System.Collections.Generic
DeviceInfo ( string uniqueId, Row row ) : System.Collections.Generic
ToTable ( ) : DataTable

Private Methods

Méthode Description
DeviceInfo ( ) : System.Collections.Generic

Method Details

DeviceInfo() public méthode

public DeviceInfo ( string uniqueId, DataTable table ) : System.Collections.Generic
uniqueId string
table System.Data.DataTable
Résultat System.Collections.Generic

DeviceInfo() public méthode

public DeviceInfo ( string uniqueId, Row row ) : System.Collections.Generic
uniqueId string
row Row
Résultat System.Collections.Generic

ToTable() public méthode

public ToTable ( ) : DataTable
Résultat System.Data.DataTable