Class PromptHistory.Repo
Database for storing prompt history data.
public class PromptHistory.Repo : Database<PromptRecord>, IDictionary<string, PromptRecord>, ICollection<KeyValuePair<string, PromptRecord>>, IEnumerable<KeyValuePair<string, PromptRecord>>
- Inheritance
-
objectDatabase<PromptRecord>PromptHistory.Repo
- Implements
- Inherited Members
-
ReferencedDictionary<string, PromptRecord>.serializedListReferencedDictionary<string, PromptRecord>.CountReferencedDictionary<string, PromptRecord>.IsReadOnlyReferencedDictionary<string, PromptRecord>.GetEnumerator()ReferencedDictionary<string, PromptRecord>.Add(KeyValuePair<string, PromptRecord>)ReferencedDictionary<string, PromptRecord>.AddRange(IEnumerable<KeyValuePair<string, PromptRecord>>)ReferencedDictionary<string, PromptRecord>.Clear()ReferencedDictionary<string, PromptRecord>.Contains(KeyValuePair<string, PromptRecord>)ReferencedDictionary<string, PromptRecord>.CopyTo(KeyValuePair<string, PromptRecord>[], int)ReferencedDictionary<string, PromptRecord>.Remove(KeyValuePair<string, PromptRecord>)ReferencedDictionary<string, PromptRecord>.RemoveAll(Predicate<KeyValuePair<string, PromptRecord>>)ReferencedDictionary<string, PromptRecord>.FindAll(Predicate<PromptRecord>)ReferencedDictionary<string, PromptRecord>.Add(string, PromptRecord)ReferencedDictionary<string, PromptRecord>.ContainsKey(string)ReferencedDictionary<string, PromptRecord>.Remove(string)ReferencedDictionary<string, PromptRecord>.TryGetValue(string, out PromptRecord)ReferencedDictionary<string, PromptRecord>.this[string]ReferencedDictionary<string, PromptRecord>.KeysReferencedDictionary<string, PromptRecord>.Values