C# Class Zetbox.API.Server.Mocks.TestCompoundObject

Inheritance: BaseServerCompoundObject
Datei anzeigen Open project: daszat/zetbox Class Usage Examples

Public Methods

Method Description
FromStream ( ZetboxStreamReader sr ) : IEnumerable
GetImplementedInterface ( ) : Type
TestCompoundObject ( ) : System
ToStream ( ZetboxStreamWriter sw, HashSet auxObjects, bool eagerLoadLists ) : void

Method Details

FromStream() public method

public FromStream ( ZetboxStreamReader sr ) : IEnumerable
sr ZetboxStreamReader
return IEnumerable

GetImplementedInterface() public method

public GetImplementedInterface ( ) : Type
return System.Type

TestCompoundObject() public method

public TestCompoundObject ( ) : System
return System

ToStream() public method

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