Search Results for

    Show / Hide Table of Contents

    Class ModelCatalog.Repo

    Database for storing model data.

    Inheritance
    object
    SerializableDictionary<string, Model>
    SerializableDatabase<Model>
    ModelCatalog.Repo
    Implements
    IDictionary<string, Model>
    ICollection<KeyValuePair<string, Model>>
    IEnumerable<KeyValuePair<string, Model>>
    IEnumerable
    Inherited Members
    SerializableDictionary<string, Model>.serializedList
    SerializableDictionary<string, Model>.Count
    SerializableDictionary<string, Model>.IsReadOnly
    SerializableDictionary<string, Model>.GetEnumerator()
    SerializableDictionary<string, Model>.ToDictionary()
    SerializableDictionary<string, Model>.Add(KeyValuePair<string, Model>)
    SerializableDictionary<string, Model>.AddRange(IEnumerable<KeyValuePair<string, Model>>)
    SerializableDictionary<string, Model>.Clear()
    SerializableDictionary<string, Model>.Contains(KeyValuePair<string, Model>)
    SerializableDictionary<string, Model>.CopyTo(KeyValuePair<string, Model>[], int)
    SerializableDictionary<string, Model>.Remove(KeyValuePair<string, Model>)
    SerializableDictionary<string, Model>.RemoveAll(Predicate<KeyValuePair<string, Model>>)
    SerializableDictionary<string, Model>.FindAll(Predicate<Model>)
    SerializableDictionary<string, Model>.Add(string, Model)
    SerializableDictionary<string, Model>.ContainsKey(string)
    SerializableDictionary<string, Model>.Remove(string)
    SerializableDictionary<string, Model>.TryGetValue(string, out Model)
    SerializableDictionary<string, Model>.this[string]
    SerializableDictionary<string, Model>.Keys
    SerializableDictionary<string, Model>.Values
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.AIDevKit
    Assembly: Glitch9.AIDevKit.dll
    Syntax
    [MovedFrom(true, "Glitch9.AIDevKit", "Glitch9.AIDevKit", "ModelLibrary/Repo")]
    [Serializable]
    public class ModelCatalog.Repo : SerializableDatabase<Model>, IDictionary<string, Model>, ICollection<KeyValuePair<string, Model>>, IEnumerable<KeyValuePair<string, Model>>, IEnumerable

    Implements

    IDictionary<TKey, TValue>
    ICollection<T>
    IEnumerable<T>
    IEnumerable

    Extension Methods

    ArrayExtensions.ToArrayOrEmpty<T>(T)
    ArrayExtensions.ToArrayOrNull<T>(T)
    EventExtensions.ToDelta<T>(T, string, int, string, bool)
    EventExtensions.ToDone<T>(T, string, int, string)
    EventExtensions.ToEvent<T>(T)
    EventExtensions.UpcastDelta<T1, T2>(T1, string, int, string, bool)
    FallbackExtensions.IsOr<TParent, TChild>(TParent, TChild)
    ResponseCastingExtensions.GetResult<T>(T)
    CollectionExtensions.AddOrUpdate<TKey, TValue>(IDictionary<TKey, TValue>, TKey, TValue)
    CollectionExtensions.ContainsAll<T>(IEnumerable<T>, IEnumerable<T>)
    CollectionExtensions.ContainsAny<T>(IEnumerable<T>, params T[])
    CollectionExtensions.IndexOf<T>(IEnumerable<T>, Func<T, bool>)
    CollectionExtensions.IsNotNullOrEmpty<T>(IEnumerable<T>)
    CollectionExtensions.IsNullOrEmpty<T>(IEnumerable<T>)
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation