Show / Hide Table of Contents

    Class SmtpAlertHandlerConfiguration.UserCollection

    Represents the serializable collection of user identifiers.

    Inheritance
    Object
    Collection<Int32>
    SmtpAlertHandlerConfiguration.UserCollection
    Implements
    IList<Int32>
    ICollection<Int32>
    IList
    ICollection
    IReadOnlyList<Int32>
    IReadOnlyCollection<Int32>
    IEnumerable<Int32>
    IEnumerable
    Inherited Members
    Collection<Int32>.Add(Int32)
    Collection<Int32>.Clear()
    Collection<Int32>.CopyTo(Int32[], Int32)
    Collection<Int32>.Contains(Int32)
    Collection<Int32>.GetEnumerator()
    Collection<Int32>.IndexOf(Int32)
    Collection<Int32>.Insert(Int32, Int32)
    Collection<Int32>.Remove(Int32)
    Collection<Int32>.RemoveAt(Int32)
    Collection<Int32>.ClearItems()
    Collection<Int32>.InsertItem(Int32, Int32)
    Collection<Int32>.RemoveItem(Int32)
    Collection<Int32>.SetItem(Int32, Int32)
    Collection<Int32>.IEnumerable.GetEnumerator()
    Collection<Int32>.ICollection.CopyTo(Array, Int32)
    System.Collections.ObjectModel.Collection<System.Int32>.System.Collections.IList.get_Item(System.Int32)
    System.Collections.ObjectModel.Collection<System.Int32>.System.Collections.IList.set_Item(System.Int32, System.Object)
    Collection<Int32>.IList.Add(Object)
    Collection<Int32>.IList.Contains(Object)
    Collection<Int32>.IList.IndexOf(Object)
    Collection<Int32>.IList.Insert(Int32, Object)
    Collection<Int32>.IList.Remove(Object)
    Collection<Int32>.Count
    Collection<Int32>.Items
    Collection<Int32>.Item[Int32]
    Collection<Int32>.ICollection<Int32>.IsReadOnly
    Collection<Int32>.ICollection.IsSynchronized
    Collection<Int32>.ICollection.SyncRoot
    Collection<Int32>.IList.Item[Int32]
    Collection<Int32>.IList.IsReadOnly
    Collection<Int32>.IList.IsFixedSize
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Nevatech.Vsb.Repository.Alerts
    Assembly: Nevatech.Vsb.Repository.dll
    Syntax
    public class UserCollection : Collection<int>, IList<int>, ICollection<int>, IList, ICollection, IReadOnlyList<int>, IReadOnlyCollection<int>, IEnumerable<int>, IEnumerable

    Constructors

    UserCollection()

    Declaration
    public UserCollection()

    Implements

    System.Collections.Generic.IList<T>
    System.Collections.Generic.ICollection<T>
    System.Collections.IList
    System.Collections.ICollection
    System.Collections.Generic.IReadOnlyList<T>
    System.Collections.Generic.IReadOnlyCollection<T>
    System.Collections.Generic.IEnumerable<T>
    System.Collections.IEnumerable
    Back to top Nevatech Sentinet 6.5 Online Documentation