Class ObjectStoreProvider
Defines a base provider that stores objects for ObjectStoreDaemon class
Inheritance
System.Object
ObjectStoreProvider
Implements
System.IDisposable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Azos.Apps.Volatile
Assembly: Azos.dll
Syntax
public abstract class ObjectStoreProvider : Daemon<ObjectStoreDaemon>, IDisposable, IDaemon, IDaemonView, IApplicationComponent, INamed, IConfigurable, ILocalizedTimeProvider
Constructors
ObjectStoreProvider(ObjectStoreDaemon)
Declaration
protected ObjectStoreProvider(ObjectStoreDaemon store)
Parameters
Type | Name | Description |
---|---|---|
ObjectStoreDaemon | store |
Properties
ComponentLogTopic
Declaration
public override string ComponentLogTopic { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Methods
Delete(ObjectStoreEntry)
Declaration
public abstract void Delete(ObjectStoreEntry entry)
Parameters
Type | Name | Description |
---|---|---|
ObjectStoreEntry | entry |
LoadAll()
Declaration
public abstract IEnumerable<ObjectStoreEntry> LoadAll()
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<ObjectStoreEntry> |
Write(ObjectStoreEntry)
Declaration
public abstract void Write(ObjectStoreEntry entry)
Parameters
Type | Name | Description |
---|---|---|
ObjectStoreEntry | entry |
Implements
System.IDisposable