C# 클래스 NetBase.Storage.Row

Stores data.
파일 보기 프로젝트 열기: buttonpusher/NetBase 1 사용 예제들

공개 메소드들

메소드 설명
BinRead ( List columns, System br ) : void
BinWrite ( System bw ) : void
CopyData ( Row old, List newColumns ) : void

Generally used for creating new rows out of old ones, particularly when joining rows together

Row ( ITable t ) : System
ToString ( ) : string
this ( int index ) : object
this ( string name ) : object

메소드 상세

BinRead() 공개 메소드

public BinRead ( List columns, System br ) : void
columns List
br System
리턴 void

BinWrite() 공개 메소드

public BinWrite ( System bw ) : void
bw System
리턴 void

CopyData() 공개 메소드

Generally used for creating new rows out of old ones, particularly when joining rows together
public CopyData ( Row old, List newColumns ) : void
old Row
newColumns List
리턴 void

Row() 공개 메소드

public Row ( ITable t ) : System
t ITable
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

this() 공개 메소드

public this ( int index ) : object
index int
리턴 object

this() 공개 메소드

public this ( string name ) : object
name string
리턴 object