Show / Hide Table of Contents

Class ValueHintCollection

Inheritance
Object
List<ValueHint>
ValueHintCollection
Implements
IList<ValueHint>
ICollection<ValueHint>
IList
ICollection
IReadOnlyList<ValueHint>
IReadOnlyCollection<ValueHint>
IEnumerable<ValueHint>
IEnumerable
Inherited Members
List<ValueHint>.IList.get_Item(Int32)
List<ValueHint>.IList.set_Item(Int32, Object)
List<ValueHint>.Add(ValueHint)
List<ValueHint>.IList.Add(Object)
List<ValueHint>.AddRange(IEnumerable<ValueHint>)
List<ValueHint>.AsReadOnly()
List<ValueHint>.BinarySearch(Int32, Int32, ValueHint, IComparer<ValueHint>)
List<ValueHint>.BinarySearch(ValueHint)
List<ValueHint>.BinarySearch(ValueHint, IComparer<ValueHint>)
List<ValueHint>.Clear()
List<ValueHint>.Contains(ValueHint)
List<ValueHint>.IList.Contains(Object)
List<ValueHint>.ConvertAll<TOutput>(Converter<ValueHint, TOutput>)
List<ValueHint>.CopyTo(ValueHint[])
List<ValueHint>.ICollection.CopyTo(Array, Int32)
List<ValueHint>.CopyTo(Int32, ValueHint[], Int32, Int32)
List<ValueHint>.CopyTo(ValueHint[], Int32)
List<ValueHint>.Exists(Predicate<ValueHint>)
List<ValueHint>.Find(Predicate<ValueHint>)
List<ValueHint>.FindAll(Predicate<ValueHint>)
List<ValueHint>.FindIndex(Predicate<ValueHint>)
List<ValueHint>.FindIndex(Int32, Predicate<ValueHint>)
List<ValueHint>.FindIndex(Int32, Int32, Predicate<ValueHint>)
List<ValueHint>.FindLast(Predicate<ValueHint>)
List<ValueHint>.FindLastIndex(Predicate<ValueHint>)
List<ValueHint>.FindLastIndex(Int32, Predicate<ValueHint>)
List<ValueHint>.FindLastIndex(Int32, Int32, Predicate<ValueHint>)
List<ValueHint>.ForEach(Action<ValueHint>)
List<ValueHint>.GetEnumerator()
List<ValueHint>.IEnumerable<ValueHint>.GetEnumerator()
List<ValueHint>.IEnumerable.GetEnumerator()
List<ValueHint>.GetRange(Int32, Int32)
List<ValueHint>.IndexOf(ValueHint)
List<ValueHint>.IList.IndexOf(Object)
List<ValueHint>.IndexOf(ValueHint, Int32)
List<ValueHint>.IndexOf(ValueHint, Int32, Int32)
List<ValueHint>.Insert(Int32, ValueHint)
List<ValueHint>.IList.Insert(Int32, Object)
List<ValueHint>.InsertRange(Int32, IEnumerable<ValueHint>)
List<ValueHint>.LastIndexOf(ValueHint)
List<ValueHint>.LastIndexOf(ValueHint, Int32)
List<ValueHint>.LastIndexOf(ValueHint, Int32, Int32)
List<ValueHint>.Remove(ValueHint)
List<ValueHint>.IList.Remove(Object)
List<ValueHint>.RemoveAll(Predicate<ValueHint>)
List<ValueHint>.RemoveAt(Int32)
List<ValueHint>.RemoveRange(Int32, Int32)
List<ValueHint>.Reverse()
List<ValueHint>.Reverse(Int32, Int32)
List<ValueHint>.Sort()
List<ValueHint>.Sort(IComparer<ValueHint>)
List<ValueHint>.Sort(Int32, Int32, IComparer<ValueHint>)
List<ValueHint>.Sort(Comparison<ValueHint>)
List<ValueHint>.ToArray()
List<ValueHint>.TrimExcess()
List<ValueHint>.TrueForAll(Predicate<ValueHint>)
List<ValueHint>.Capacity
List<ValueHint>.Count
List<ValueHint>.IList.IsFixedSize
List<ValueHint>.ICollection<ValueHint>.IsReadOnly
List<ValueHint>.IList.IsReadOnly
List<ValueHint>.ICollection.IsSynchronized
List<ValueHint>.ICollection.SyncRoot
List<ValueHint>.Item[Int32]
List<ValueHint>.IList.Item[Int32]
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: SuperOffice.CRM.Web.UI.Controls
Assembly: SuperOffice.CRMWeb.dll
Syntax
public class ValueHintCollection : List<ValueHint>, IList<ValueHint>, ICollection<ValueHint>, IList, ICollection, IReadOnlyList<ValueHint>, IReadOnlyCollection<ValueHint>, IEnumerable<ValueHint>, IEnumerable

Constructors

ValueHintCollection(String)

Declaration
public ValueHintCollection(string valueHintsString)
Parameters
Type Name Description
String valueHintsString

Methods

ParseValueHintsString(String)

Declaration
public static ValueHintCollection ParseValueHintsString(string valueHintsString)
Parameters
Type Name Description
String valueHintsString
Returns
Type Description
ValueHintCollection

Implements

System.Collections.Generic.IList<T>
ICollection<T>
System.Collections.IList
ICollection
System.Collections.Generic.IReadOnlyList<T>
IReadOnlyCollection<T>
IEnumerable<T>
IEnumerable
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top