Search Results for

    Show / Hide Table of Contents

    Class IndexPropertiesCollection

    Inheritance
    Object
    Dictionary<String, IndexProperties>
    IndexPropertiesCollection
    Implements
    IDictionary<String, IndexProperties>
    ICollection<KeyValuePair<String, IndexProperties>>
    IReadOnlyDictionary<String, IndexProperties>
    IReadOnlyCollection<KeyValuePair<String, IndexProperties>>
    IEnumerable<KeyValuePair<String, IndexProperties>>
    IDictionary
    ICollection
    IEnumerable
    IDeserializationCallback
    ISerializable
    IConfig
    Inherited Members
    System.Collections.Generic.Dictionary<System.String, AudioAnalysisTools.Indices.IndexProperties>.System.Collections.IDictionary.get_Item(System.Object)
    System.Collections.Generic.Dictionary<System.String, AudioAnalysisTools.Indices.IndexProperties>.System.Collections.IDictionary.set_Item(System.Object, System.Object)
    Dictionary<String, IndexProperties>.Add(String, IndexProperties)
    Dictionary<String, IndexProperties>.Clear()
    Dictionary<String, IndexProperties>.ContainsKey(String)
    Dictionary<String, IndexProperties>.ContainsValue(IndexProperties)
    Dictionary<String, IndexProperties>.EnsureCapacity(Int32)
    Dictionary<String, IndexProperties>.GetEnumerator()
    Dictionary<String, IndexProperties>.GetObjectData(SerializationInfo, StreamingContext)
    Dictionary<String, IndexProperties>.OnDeserialization(Object)
    Dictionary<String, IndexProperties>.Remove(String)
    Dictionary<String, IndexProperties>.Remove(String, IndexProperties)
    System.Collections.Generic.Dictionary<System.String, AudioAnalysisTools.Indices.IndexProperties>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String, AudioAnalysisTools.Indices.IndexProperties>>.Add(System.Collections.Generic.KeyValuePair<System.String, AudioAnalysisTools.Indices.IndexProperties>)
    System.Collections.Generic.Dictionary<System.String, AudioAnalysisTools.Indices.IndexProperties>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String, AudioAnalysisTools.Indices.IndexProperties>>.Contains(System.Collections.Generic.KeyValuePair<System.String, AudioAnalysisTools.Indices.IndexProperties>)
    System.Collections.Generic.Dictionary<System.String, AudioAnalysisTools.Indices.IndexProperties>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String, AudioAnalysisTools.Indices.IndexProperties>>.CopyTo(System.Collections.Generic.KeyValuePair<System.String, AudioAnalysisTools.Indices.IndexProperties>[], System.Int32)
    System.Collections.Generic.Dictionary<System.String, AudioAnalysisTools.Indices.IndexProperties>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String, AudioAnalysisTools.Indices.IndexProperties>>.Remove(System.Collections.Generic.KeyValuePair<System.String, AudioAnalysisTools.Indices.IndexProperties>)
    System.Collections.Generic.Dictionary<System.String, AudioAnalysisTools.Indices.IndexProperties>.System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.String, AudioAnalysisTools.Indices.IndexProperties>>.GetEnumerator()
    Dictionary<String, IndexProperties>.ICollection.CopyTo(Array, Int32)
    Dictionary<String, IndexProperties>.IDictionary.Add(Object, Object)
    Dictionary<String, IndexProperties>.IDictionary.Contains(Object)
    Dictionary<String, IndexProperties>.IDictionary.GetEnumerator()
    Dictionary<String, IndexProperties>.IDictionary.Remove(Object)
    Dictionary<String, IndexProperties>.IEnumerable.GetEnumerator()
    Dictionary<String, IndexProperties>.TrimExcess()
    Dictionary<String, IndexProperties>.TrimExcess(Int32)
    Dictionary<String, IndexProperties>.TryAdd(String, IndexProperties)
    Dictionary<String, IndexProperties>.TryGetValue(String, IndexProperties)
    Dictionary<String, IndexProperties>.Comparer
    Dictionary<String, IndexProperties>.Count
    Dictionary<String, IndexProperties>.Item[String]
    Dictionary<String, IndexProperties>.Keys
    System.Collections.Generic.Dictionary<System.String, AudioAnalysisTools.Indices.IndexProperties>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String, AudioAnalysisTools.Indices.IndexProperties>>.IsReadOnly
    System.Collections.Generic.Dictionary<System.String, AudioAnalysisTools.Indices.IndexProperties>.System.Collections.Generic.IDictionary<System.String, AudioAnalysisTools.Indices.IndexProperties>.Keys
    System.Collections.Generic.Dictionary<System.String, AudioAnalysisTools.Indices.IndexProperties>.System.Collections.Generic.IDictionary<System.String, AudioAnalysisTools.Indices.IndexProperties>.Values
    System.Collections.Generic.Dictionary<System.String, AudioAnalysisTools.Indices.IndexProperties>.System.Collections.Generic.IReadOnlyDictionary<System.String, AudioAnalysisTools.Indices.IndexProperties>.Keys
    System.Collections.Generic.Dictionary<System.String, AudioAnalysisTools.Indices.IndexProperties>.System.Collections.Generic.IReadOnlyDictionary<System.String, AudioAnalysisTools.Indices.IndexProperties>.Values
    Dictionary<String, IndexProperties>.ICollection.IsSynchronized
    Dictionary<String, IndexProperties>.ICollection.SyncRoot
    Dictionary<String, IndexProperties>.IDictionary.IsFixedSize
    Dictionary<String, IndexProperties>.IDictionary.IsReadOnly
    Dictionary<String, IndexProperties>.IDictionary.Item[Object]
    Dictionary<String, IndexProperties>.IDictionary.Keys
    Dictionary<String, IndexProperties>.IDictionary.Values
    Dictionary<String, IndexProperties>.Values
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: AudioAnalysisTools.Indices
    Assembly: AudioAnalysisTools.dll
    Syntax
    public class IndexPropertiesCollection : Dictionary<string, IndexProperties>, IDictionary<string, IndexProperties>, ICollection<KeyValuePair<string, IndexProperties>>, IReadOnlyDictionary<string, IndexProperties>, IReadOnlyCollection<KeyValuePair<string, IndexProperties>>, IEnumerable<KeyValuePair<string, IndexProperties>>, IDictionary, ICollection, IEnumerable, IDeserializationCallback, ISerializable, IConfig

    Constructors

    | Improve this Doc View Source

    IndexPropertiesCollection()

    Declaration
    public IndexPropertiesCollection()

    Properties

    | Improve this Doc View Source

    ConfigPath

    Declaration
    public string ConfigPath { get; set; }
    Property Value
    Type Description
    String

    Events

    | Improve this Doc View Source

    Loaded

    Declaration
    public event Action<IConfig> Loaded
    Event Type
    Type Description
    Action<IConfig>

    Explicit Interface Implementations

    | Improve this Doc View Source

    IConfig.InvokeLoaded()

    Declaration
    void IConfig.InvokeLoaded()

    Implements

    System.Collections.Generic.IDictionary<TKey,TValue>
    System.Collections.Generic.ICollection<T>
    System.Collections.Generic.IReadOnlyDictionary<TKey,TValue>
    System.Collections.Generic.IReadOnlyCollection<T>
    System.Collections.Generic.IEnumerable<T>
    System.Collections.IDictionary
    System.Collections.ICollection
    System.Collections.IEnumerable
    System.Runtime.Serialization.IDeserializationCallback
    System.Runtime.Serialization.ISerializable
    IConfig

    Extension Methods

    EnumerableExtensions.IsNullOrEmpty<T>(IEnumerable<T>)
    EnumerableExtensions.ForEach<T>(IEnumerable<T>, Action<T>)
    EnumerableExtensions.ForEach<T>(IEnumerable<T>, Action<T, Int32>)
    EnumerableExtensions.Windowed<T>(IEnumerable<T>, Int32)
    EnumerableExtensions.WindowedOrDefault<T>(IEnumerable<T>, Int32, T)
    EnumerableExtensions.Join(IEnumerable, String)
    EnumerableExtensions.Join<T>(IEnumerable<T>, String, String, String)
    ExtensionsString.ToCommaSeparatedList<T>(IEnumerable<T>)
    ExtensionsString.FormatList<T>(IEnumerable<T>, StringBuilder)
    ExtensionsString.FormatList<T>(IEnumerable<T>)
    ObjectExtensions.NotNull(Object)
    ObjectExtensions.AsArray<T>(T)
    ObjectExtensions.AsList<T>(T)
    ObjectExtensions.Wrap<T>(T)
    SystemExtensions.BinarySerialize(Object)
    SystemExtensions.HasValue<TKey, TValue>(Dictionary<TKey, TValue>, String)
    SystemExtensions.ToSortedDictionary<TKey, TValue>(IEnumerable<KeyValuePair<TKey, TValue>>)
    SystemExtensions.IndexOf<T>(IEnumerable<T>, Predicate<T>)
    SystemExtensions.Page<TSource>(IEnumerable<TSource>, Int32, Int32)
    SystemExtensions.MaxOrDefault<TSource>(IEnumerable<TSource>)
    SystemExtensions.MaxOrDefault<TSource>(IEnumerable<TSource>, TSource)
    SystemExtensions.MaxOrDefault<TSource, TResult>(IEnumerable<TSource>, Func<TSource, TResult>)
    SystemExtensions.MaxOrDefault<TSource, TResult>(IEnumerable<TSource>, Func<TSource, TResult>, TResult)
    SystemExtensions.MinOrDefault<TSource>(IEnumerable<TSource>)
    SystemExtensions.MinOrDefault<TSource>(IEnumerable<TSource>, TSource)
    SystemExtensions.MinOrDefault<TSource, TResult>(IEnumerable<TSource>, Func<TSource, TResult>)
    SystemExtensions.MinOrDefault<TSource, TResult>(IEnumerable<TSource>, Func<TSource, TResult>, TResult)
    ConfigFileExtensions.NotNull(Object, FileInfo, String, String)
    ConfigFileExtensions.ValidateNotNull(Object, String, String)
    ConfigFileExtensions.ValidateLessThan<T>(Object, Nullable<T>, String, Nullable<T>, String, String)
    DictionaryExtensions.ToDebugString<TKey, TValue>(IDictionary<TKey, TValue>)
    DictionaryExtensions.ToDictDebugString(IDictionary)
    DictionaryExtensions.FirstValue<TKey, TValue>(Dictionary<TKey, TValue>)
    ExtensionsXml.SerializeObject<T>(T)
    • Improve this Doc
    • View Source
    In This Article
    Generated by DocFX AP docs version: 21.7.0.4-master-e26127a50d7bd7472d47288f10e61014fb981f7f-DIRTY-CI:144 Back to top