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

Inheritance: BaseServerDataObject, TestObjClass
Show file Open project: daszat/zetbox Class Usage Examples

Public Properties

Property Type Description
fk_BaseTestObjClass int

Private Properties

Property Type Description
ToString string

Public Methods

Method Description
AttachToContext ( IZetboxContext ctx, Func lazyFrozenContext ) : void
DetachFromContext ( IZetboxContext ctx ) : void
FromStream ( ZetboxStreamReader sr ) : IEnumerable
GetImplementedInterface ( ) : Type
NotifyCreated ( ) : void
NotifyDeleting ( ) : void
NotifyPostSave ( ) : void
NotifyPreSave ( ) : void
TestMethod ( System DateTimeParamForTestMethod ) : void
TestObjClassImpl ( ) : System
ToStream ( ZetboxStreamWriter sw, HashSet auxObjects, bool eagerLoadLists ) : void
UpdateParent ( string propertyName, IDataObject parentObj ) : void

Protected Methods

Method Description
GetPropertyError ( string prop ) : string
ObjectIsValid ( ) : ObjectIsValidResult

Private Methods

Method Description
ToString ( ) : string

Method Details

AttachToContext() public method

public AttachToContext ( IZetboxContext ctx, Func lazyFrozenContext ) : void
ctx IZetboxContext
lazyFrozenContext Func
return void

DetachFromContext() public method

public DetachFromContext ( IZetboxContext ctx ) : void
ctx IZetboxContext
return void

FromStream() public method

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

GetImplementedInterface() public method

public GetImplementedInterface ( ) : Type
return System.Type

GetPropertyError() protected method

protected GetPropertyError ( string prop ) : string
prop string
return string

NotifyCreated() public method

public NotifyCreated ( ) : void
return void

NotifyDeleting() public method

public NotifyDeleting ( ) : void
return void

NotifyPostSave() public method

public NotifyPostSave ( ) : void
return void

NotifyPreSave() public method

public NotifyPreSave ( ) : void
return void

ObjectIsValid() protected method

protected ObjectIsValid ( ) : ObjectIsValidResult
return ObjectIsValidResult

TestMethod() public method

public TestMethod ( System DateTimeParamForTestMethod ) : void
DateTimeParamForTestMethod System
return void

TestObjClassImpl() public method

public TestObjClassImpl ( ) : System
return System

ToStream() public method

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

UpdateParent() public method

public UpdateParent ( string propertyName, IDataObject parentObj ) : void
propertyName string
parentObj IDataObject
return void

Property Details

fk_BaseTestObjClass public property

public int fk_BaseTestObjClass
return int