Show / Hide Table of Contents

    Class SmtpAlertHandlerConfiguration.UserCollection

    Represents the serializable collection of user identifiers.

    Inheritance
    System.Object
    System.Collections.ObjectModel.Collection<System.Int32>
    SmtpAlertHandlerConfiguration.UserCollection
    Implements
    System.Collections.Generic.IList<System.Int32>
    System.Collections.Generic.ICollection<System.Int32>
    System.Collections.IList
    System.Collections.ICollection
    System.Collections.Generic.IReadOnlyList<System.Int32>
    System.Collections.Generic.IReadOnlyCollection<System.Int32>
    System.Collections.Generic.IEnumerable<System.Int32>
    System.Collections.IEnumerable
    Inherited Members
    System.Collections.ObjectModel.Collection<System.Int32>.Add(System.Int32)
    System.Collections.ObjectModel.Collection<System.Int32>.Clear()
    System.Collections.ObjectModel.Collection<System.Int32>.CopyTo(System.Int32[], System.Int32)
    System.Collections.ObjectModel.Collection<System.Int32>.Contains(System.Int32)
    System.Collections.ObjectModel.Collection<System.Int32>.GetEnumerator()
    System.Collections.ObjectModel.Collection<System.Int32>.IndexOf(System.Int32)
    System.Collections.ObjectModel.Collection<System.Int32>.Insert(System.Int32, System.Int32)
    System.Collections.ObjectModel.Collection<System.Int32>.Remove(System.Int32)
    System.Collections.ObjectModel.Collection<System.Int32>.RemoveAt(System.Int32)
    System.Collections.ObjectModel.Collection<System.Int32>.ClearItems()
    System.Collections.ObjectModel.Collection<System.Int32>.InsertItem(System.Int32, System.Int32)
    System.Collections.ObjectModel.Collection<System.Int32>.RemoveItem(System.Int32)
    System.Collections.ObjectModel.Collection<System.Int32>.SetItem(System.Int32, System.Int32)
    System.Collections.ObjectModel.Collection<System.Int32>.System.Collections.IEnumerable.GetEnumerator()
    System.Collections.ObjectModel.Collection<System.Int32>.System.Collections.ICollection.CopyTo(System.Array, System.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)
    System.Collections.ObjectModel.Collection<System.Int32>.System.Collections.IList.Add(System.Object)
    System.Collections.ObjectModel.Collection<System.Int32>.System.Collections.IList.Contains(System.Object)
    System.Collections.ObjectModel.Collection<System.Int32>.System.Collections.IList.IndexOf(System.Object)
    System.Collections.ObjectModel.Collection<System.Int32>.System.Collections.IList.Insert(System.Int32, System.Object)
    System.Collections.ObjectModel.Collection<System.Int32>.System.Collections.IList.Remove(System.Object)
    System.Collections.ObjectModel.Collection<System.Int32>.Count
    System.Collections.ObjectModel.Collection<System.Int32>.Items
    System.Collections.ObjectModel.Collection<System.Int32>.Item[System.Int32]
    System.Collections.ObjectModel.Collection<System.Int32>.System.Collections.Generic.ICollection<System.Int32>.IsReadOnly
    System.Collections.ObjectModel.Collection<System.Int32>.System.Collections.ICollection.IsSynchronized
    System.Collections.ObjectModel.Collection<System.Int32>.System.Collections.ICollection.SyncRoot
    System.Collections.ObjectModel.Collection<System.Int32>.System.Collections.IList.Item[System.Int32]
    System.Collections.ObjectModel.Collection<System.Int32>.System.Collections.IList.IsReadOnly
    System.Collections.ObjectModel.Collection<System.Int32>.System.Collections.IList.IsFixedSize
    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: 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.6 Online Documentation