C# Class TrakHound.API.Devices.DeviceInfo.Row

Exibir arquivo Open project: TrakHound/TrakHound-Community

Private Properties

Property Type Description
Row System.Collections.Generic

Public Methods

Method Description
FromDataRow ( DataRow row ) : Row
Row ( string address, string value, string attributes ) : System.Collections.Generic

Private Methods

Method Description
Row ( ) : System.Collections.Generic

Method Details

FromDataRow() public static method

public static FromDataRow ( DataRow row ) : Row
row System.Data.DataRow
return Row

Row() public method

public Row ( string address, string value, string attributes ) : System.Collections.Generic
address string
value string
attributes string
return System.Collections.Generic