C# 클래스 CharacterPartDataAdapter.Adaptor, home3

상속: CharacterPartData, CrossBindingAdaptorType
파일 보기 프로젝트 열기: shineTeam7/home3

공개 메소드들

메소드 설명
Adaptor ( ) : System,
Adaptor ( ILRuntime.Runtime.Enviorment.AppDomain appdomain, ILTypeInstance instance ) : System,
ToString ( ) : string
clear ( ) : void
getDataClassName ( ) : string
initDefault ( ) : void
initListData ( ) : void

보호된 메소드들

메소드 설명
afterRead ( ) : void
beforeWrite ( ) : void
toCopy ( BaseData, data ) : void
toDataEquals ( BaseData, data ) : bool
toReadBytesFull ( BytesReadStream stream ) : void
toReadBytesSimple ( BytesReadStream stream ) : void
toRelease ( DataPool, pool ) : void
toShadowCopy ( BaseData, data ) : void
toWriteBytesFull ( BytesWriteStream stream ) : void
toWriteBytesSimple ( BytesWriteStream stream ) : void
toWriteDataString ( DataWriter, writer ) : void

메소드 상세

Adaptor() 공개 메소드

public Adaptor ( ) : System,
리턴 System,

Adaptor() 공개 메소드

public Adaptor ( ILRuntime.Runtime.Enviorment.AppDomain appdomain, ILTypeInstance instance ) : System,
appdomain ILRuntime.Runtime.Enviorment.AppDomain
instance ILTypeInstance
리턴 System,

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

afterRead() 보호된 메소드

protected afterRead ( ) : void
리턴 void

beforeWrite() 보호된 메소드

protected beforeWrite ( ) : void
리턴 void

clear() 공개 메소드

public clear ( ) : void
리턴 void

getDataClassName() 공개 메소드

public getDataClassName ( ) : string
리턴 string

initDefault() 공개 메소드

public initDefault ( ) : void
리턴 void

initListData() 공개 메소드

public initListData ( ) : void
리턴 void

toCopy() 보호된 메소드

protected toCopy ( BaseData, data ) : void
data BaseData,
리턴 void

toDataEquals() 보호된 메소드

protected toDataEquals ( BaseData, data ) : bool
data BaseData,
리턴 bool

toReadBytesFull() 보호된 메소드

protected toReadBytesFull ( BytesReadStream stream ) : void
stream BytesReadStream
리턴 void

toReadBytesSimple() 보호된 메소드

protected toReadBytesSimple ( BytesReadStream stream ) : void
stream BytesReadStream
리턴 void

toRelease() 보호된 메소드

protected toRelease ( DataPool, pool ) : void
pool DataPool,
리턴 void

toShadowCopy() 보호된 메소드

protected toShadowCopy ( BaseData, data ) : void
data BaseData,
리턴 void

toWriteBytesFull() 보호된 메소드

protected toWriteBytesFull ( BytesWriteStream stream ) : void
stream BytesWriteStream
리턴 void

toWriteBytesSimple() 보호된 메소드

protected toWriteBytesSimple ( BytesWriteStream stream ) : void
stream BytesWriteStream
리턴 void

toWriteDataString() 보호된 메소드

protected toWriteDataString ( DataWriter, writer ) : void
writer DataWriter,
리턴 void