C# 클래스 Zetbox.API.Server.Mocks.TestCompoundObject

상속: BaseServerCompoundObject
파일 보기 프로젝트 열기: daszat/zetbox 1 사용 예제들

공개 메소드들

메소드 설명
FromStream ( ZetboxStreamReader sr ) : IEnumerable
GetImplementedInterface ( ) : Type
TestCompoundObject ( ) : System
ToStream ( ZetboxStreamWriter sw, HashSet auxObjects, bool eagerLoadLists ) : void

메소드 상세

FromStream() 공개 메소드

public FromStream ( ZetboxStreamReader sr ) : IEnumerable
sr ZetboxStreamReader
리턴 IEnumerable

GetImplementedInterface() 공개 메소드

public GetImplementedInterface ( ) : Type
리턴 System.Type

TestCompoundObject() 공개 메소드

public TestCompoundObject ( ) : System
리턴 System

ToStream() 공개 메소드

public ToStream ( ZetboxStreamWriter sw, HashSet auxObjects, bool eagerLoadLists ) : void
sw ZetboxStreamWriter
auxObjects HashSet
eagerLoadLists bool
리턴 void