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

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

Private Properties

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

공개 메소드들

메소드 설명
FromDataRow ( DataRow row ) : Row
Row ( string address, string value, string attributes ) : System.Collections.Generic

비공개 메소드들

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

메소드 상세

FromDataRow() 공개 정적인 메소드

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

Row() 공개 메소드

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