C# 클래스 wmib.WMIBMySQL.SerializedRow

파일 보기 프로젝트 열기: benapetr/wikimedia-bot

공개 프로퍼티들

프로퍼티 타입 설명
row Row
table string

공개 메소드들

메소드 설명
SerializedRow ( ) : System
SerializedRow ( string name, Row _row ) : System

메소드 상세

SerializedRow() 공개 메소드

public SerializedRow ( ) : System
리턴 System

SerializedRow() 공개 메소드

public SerializedRow ( string name, Row _row ) : System
name string
_row Row
리턴 System

프로퍼티 상세

row 공개적으로 프로퍼티

public Row row
리턴 Row

table 공개적으로 프로퍼티

public string table
리턴 string