Property | Type | Description | |
---|---|---|---|
Contents | IEncogPersistedObject>.IDictionary |
Method | Description | |
---|---|---|
Add ( string name, IEncogPersistedObject obj ) : void | ||
BuildDirectory ( ) : void | ||
Clear ( ) : void | ||
Delete ( |
||
Delete ( string key ) : void | ||
Exists ( string key ) : bool | ||
Find ( |
||
Find ( string key ) : IEncogPersistedObject | ||
Load ( IPersistenceLocation location ) : void |
Load the contents of a location.
|
|
Save ( IPersistenceLocation location ) : void |
Save the contents of this collection to a location.
|
|
UpdateProperties ( string name, string newName, string desc ) : void |
public Add ( string name, IEncogPersistedObject obj ) : void | ||
name | string | |
obj | IEncogPersistedObject | |
return | void |
public Find ( |
||
entry | ||
return | IEncogPersistedObject |
public Find ( string key ) : IEncogPersistedObject | ||
key | string | |
return | IEncogPersistedObject |
public Load ( IPersistenceLocation location ) : void | ||
location | IPersistenceLocation | The location to load from. |
return | void |
public Save ( IPersistenceLocation location ) : void | ||
location | IPersistenceLocation | The location to save to. |
return | void |
public UpdateProperties ( string name, string newName, string desc ) : void | ||
name | string | |
newName | string | |
desc | string | |
return | void |