Class TermInfo NamespaceDynamicweb.Indexing.Querying AssemblyDynamicweb.Core.dll public class TermInfo Inheritance object TermInfo Inherited Members object.Equals(object) object.Equals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() object.ReferenceEquals(object, object) object.ToString() Constructors TermInfo(string, int) public TermInfo(string key, int occurrences) Parameters key string occurrences int Properties Key public string Key { get; set; } Property Value string Occurrences public int Occurrences { get; set; } Property Value int