Class IndexPropertiesCollection
Implements
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)
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()
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
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 SourceIndexPropertiesCollection()
Declaration
public IndexPropertiesCollection()
Properties
| Improve this Doc View SourceConfigPath
Declaration
public string ConfigPath { get; set; }
Property Value
Type | Description |
---|---|
String |
Events
| Improve this Doc View SourceLoaded
Declaration
public event Action<IConfig> Loaded
Event Type
Type | Description |
---|---|
Action<IConfig> |
Explicit Interface Implementations
| Improve this Doc View SourceIConfig.InvokeLoaded()
Declaration
void IConfig.InvokeLoaded()