Class FindExpressionCollection<T>
Inheritance
System.Object
    System.Collections.Generic.Dictionary<System.String, T>
    FindExpressionCollection<T>
  Inherited Members
      System.Collections.Generic.Dictionary<System.String, T>.Add(System.String, T)
    
    
      System.Collections.Generic.Dictionary<System.String, T>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String, T>>.Add(System.Collections.Generic.KeyValuePair<System.String, T>)
    
    
      System.Collections.Generic.Dictionary<System.String, T>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String, T>>.Contains(System.Collections.Generic.KeyValuePair<System.String, T>)
    
    
      System.Collections.Generic.Dictionary<System.String, T>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String, T>>.Remove(System.Collections.Generic.KeyValuePair<System.String, T>)
    
    
      System.Collections.Generic.Dictionary<System.String, T>.Clear()
    
    
      System.Collections.Generic.Dictionary<System.String, T>.ContainsKey(System.String)
    
    
      System.Collections.Generic.Dictionary<System.String, T>.ContainsValue(T)
    
    
      System.Collections.Generic.Dictionary<System.String, T>.GetEnumerator()
    
    
      System.Collections.Generic.Dictionary<System.String, T>.System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.String, T>>.GetEnumerator()
    
    
      System.Collections.Generic.Dictionary<System.String, T>.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
    
    
      System.Collections.Generic.Dictionary<System.String, T>.OnDeserialization(System.Object)
    
    
      System.Collections.Generic.Dictionary<System.String, T>.Remove(System.String)
    
    
      System.Collections.Generic.Dictionary<System.String, T>.TryGetValue(System.String, T)
    
    
      System.Collections.Generic.Dictionary<System.String, T>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String, T>>.CopyTo(System.Collections.Generic.KeyValuePair<System.String, T>[], System.Int32)
    
    
      System.Collections.Generic.Dictionary<System.String, T>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
    
    
      System.Collections.Generic.Dictionary<System.String, T>.System.Collections.IEnumerable.GetEnumerator()
    
    
      System.Collections.Generic.Dictionary<System.String, T>.System.Collections.IDictionary.get_Item(System.Object)
    
    
      System.Collections.Generic.Dictionary<System.String, T>.System.Collections.IDictionary.set_Item(System.Object, System.Object)
    
    
      System.Collections.Generic.Dictionary<System.String, T>.System.Collections.IDictionary.Add(System.Object, System.Object)
    
    
      System.Collections.Generic.Dictionary<System.String, T>.System.Collections.IDictionary.Contains(System.Object)
    
    
      System.Collections.Generic.Dictionary<System.String, T>.System.Collections.IDictionary.GetEnumerator()
    
    
      System.Collections.Generic.Dictionary<System.String, T>.System.Collections.IDictionary.Remove(System.Object)
    
    
      System.Collections.Generic.Dictionary<System.String, T>.Comparer
    
    
      System.Collections.Generic.Dictionary<System.String, T>.Count
    
    
      System.Collections.Generic.Dictionary<System.String, T>.Keys
    
    
      System.Collections.Generic.Dictionary<System.String, T>.System.Collections.Generic.IDictionary<System.String, T>.Keys
    
    
      System.Collections.Generic.Dictionary<System.String, T>.System.Collections.Generic.IReadOnlyDictionary<System.String, T>.Keys
    
    
      System.Collections.Generic.Dictionary<System.String, T>.Values
    
    
      System.Collections.Generic.Dictionary<System.String, T>.System.Collections.Generic.IDictionary<System.String, T>.Values
    
    
      System.Collections.Generic.Dictionary<System.String, T>.System.Collections.Generic.IReadOnlyDictionary<System.String, T>.Values
    
    
      System.Collections.Generic.Dictionary<System.String, T>.Item[System.String]
    
    
      System.Collections.Generic.Dictionary<System.String, T>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String, T>>.IsReadOnly
    
    
      System.Collections.Generic.Dictionary<System.String, T>.System.Collections.ICollection.IsSynchronized
    
    
      System.Collections.Generic.Dictionary<System.String, T>.System.Collections.ICollection.SyncRoot
    
    
      System.Collections.Generic.Dictionary<System.String, T>.System.Collections.IDictionary.IsFixedSize
    
    
      System.Collections.Generic.Dictionary<System.String, T>.System.Collections.IDictionary.IsReadOnly
    
    
      System.Collections.Generic.Dictionary<System.String, T>.System.Collections.IDictionary.Keys
    
    
      System.Collections.Generic.Dictionary<System.String, T>.System.Collections.IDictionary.Values
    
    
      System.Collections.Generic.Dictionary<System.String, T>.System.Collections.IDictionary.Item[System.Object]
    
    
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: ArtOfTest.WebAii.ObjectModel
Assembly: ArtOfTest.WebAii.dll
Syntax
public class FindExpressionCollection<T> : Dictionary<string, T>, IDictionary<string, T>, ICollection<KeyValuePair<string, T>>, IDictionary, ICollection, IReadOnlyDictionary<string, T>, IReadOnlyCollection<KeyValuePair<string, T>>, IEnumerable<KeyValuePair<string, T>>, IEnumerable, ISerializable, IDeserializationCallback, IXmlSerializable where T : IFindExpressionType Parameters
| T 
 | 
Constructors
FindExpressionCollection()
Declaration
public FindExpressionCollection()Properties
Item[String]
Declaration
public T this[string key] { get; }Parameters
| System.String
        key 
 | 
Property Value
| T 
 | 
ReturnNullIfNotFound
Declaration
public bool ReturnNullIfNotFound { get; set; }Property Value
| System.Boolean 
 | 
Methods
Add(String, T)
Declaration
public void Add(string key, T param)Parameters
| System.String
        key 
 | 
| T
        param 
 | 
GetSchema()
Declaration
public XmlSchema GetSchema()Returns
| System.Xml.Schema.XmlSchema 
 | 
LoadFromFile(String)
Declaration
public static FindExpressionCollection<T> LoadFromFile(string fileName)Parameters
| System.String
        fileName 
 | 
Returns
| FindExpressionCollection<T> 
 | 
LoadFromXml(String)
Declaration
public static FindExpressionCollection<T> LoadFromXml(string xml)Parameters
| System.String
        xml 
 | 
Returns
| FindExpressionCollection<T> 
 | 
ReadXml(XmlReader)
Declaration
public void ReadXml(XmlReader reader)Parameters
| System.Xml.XmlReader
        reader 
 | 
Save(String)
Declaration
public void Save(string fileName)Parameters
| System.String
        fileName 
 | 
ToXml()
Declaration
public string ToXml()Returns
| System.String 
 | 
WriteXml(XmlWriter)
Declaration
public void WriteXml(XmlWriter writer)Parameters
| System.Xml.XmlWriter
        writer 
 |