Property | Type | Description | |
---|---|---|---|
AnyReferenceMemoryImpl | System | ||
GetObject | Zetbox.API.IDataObject | ||
HasObject | bool | ||
ObjectIsValid | ObjectIsValidResult | ||
SetObject | void | ||
ToString | string |
Method | Description | |
---|---|---|
AnyReferenceMemoryImpl ( Func |
||
AnyReferenceMemoryImpl ( Func |
||
AnyReferenceMemoryImpl ( IPersistenceObject parent, string property ) : System | ||
ApplyChangesFrom ( ICompoundObject obj ) : void | ||
Export ( System xml, string modules ) : void | ||
FromStream ( Zetbox binStream ) : IEnumerable |
||
GetImplementedInterface ( ) : Type | ||
MergeImport ( System xml ) : void | ||
ToStream ( Zetbox binStream, HashSet |
Method | Description | |
---|---|---|
AnyReferenceMemoryImpl ( ) : System | ||
GetObject ( Zetbox ctx ) : Zetbox.API.IDataObject | ||
HasObject ( ) : bool | ||
ObjectIsValid ( ) : ObjectIsValidResult | ||
SetObject ( Zetbox newObj ) : void | ||
ToString ( ) : string |
public AnyReferenceMemoryImpl ( Func |
||
lazyCtx | Func |
|
return | System |
public AnyReferenceMemoryImpl ( Func |
||
lazyCtx | Func |
|
parent | IPersistenceObject | |
property | string | |
return | System |
public AnyReferenceMemoryImpl ( IPersistenceObject parent, string property ) : System | ||
parent | IPersistenceObject | |
property | string | |
return | System |
public ApplyChangesFrom ( ICompoundObject obj ) : void | ||
obj | ICompoundObject | |
return | void |
public Export ( System xml, string modules ) : void | ||
xml | System | |
modules | string | |
return | void |
public FromStream ( Zetbox binStream ) : IEnumerable |
||
binStream | Zetbox | |
return | IEnumerable |
public ToStream ( Zetbox binStream, HashSet |
||
binStream | Zetbox | |
auxObjects | HashSet |
|
eagerLoadLists | bool | |
return | void |