Empeld
Empeld plugin documentation.
pluginbase.Objects.Libs.Persist.IPersistObject Interface Reference
Inheritance diagram for pluginbase.Objects.Libs.Persist.IPersistObject:
pluginbase.Objects.Libs.Persist.IReadPersistObject

Public Member Functions

IPersistObject GetOrCreateObject (string name)
 
IPersistObject CreateListItem (string listName)
 
void Set< T > (string name, T val)
 
void Set< T > (T val)
 
- Public Member Functions inherited from pluginbase.Objects.Libs.Persist.IReadPersistObject
IReadPersistObject GetObject (string name)
 
IEnumerable< IReadPersistObjectEnumerateList (string name)
 
Get< T > (string name, T def)
 
Get< T > (string name)
 
Get< T > ()
 

Member Function Documentation

◆ CreateListItem()

IPersistObject pluginbase.Objects.Libs.Persist.IPersistObject.CreateListItem ( string  listName)

◆ GetOrCreateObject()

IPersistObject pluginbase.Objects.Libs.Persist.IPersistObject.GetOrCreateObject ( string  name)

◆ Set< T >() [1/2]

void pluginbase.Objects.Libs.Persist.IPersistObject.Set< T > ( string  name,
val 
)

◆ Set< T >() [2/2]

void pluginbase.Objects.Libs.Persist.IPersistObject.Set< T > ( val)

The documentation for this interface was generated from the following file: