C# Class TrakHound.API.Devices.DeviceInfo

Show file Open project: TrakHound/TrakHound-Community

Private Properties

Property Type Description
DeviceInfo System.Collections.Generic

Public Methods

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

Private Methods

Method Description
DeviceInfo ( ) : System.Collections.Generic

Method Details

DeviceInfo() public method

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

DeviceInfo() public method

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

ToTable() public method

public ToTable ( ) : DataTable
return System.Data.DataTable