Search Results for

    Show / Hide Table of Contents

    Class SmtpAlertHandlerConfiguration.UserCollection

    Represents the serializable collection of user identifiers.

    Inheritance
    object
    Collection<int>
    SmtpAlertHandlerConfiguration.UserCollection
    Implements
    IList<int>
    ICollection<int>
    IList
    ICollection
    IReadOnlyList<int>
    IReadOnlyCollection<int>
    IEnumerable<int>
    IEnumerable
    Inherited Members
    Collection<int>.Add(int)
    Collection<int>.Clear()
    Collection<int>.CopyTo(int[], int)
    Collection<int>.Contains(int)
    Collection<int>.GetEnumerator()
    Collection<int>.IndexOf(int)
    Collection<int>.Insert(int, int)
    Collection<int>.Remove(int)
    Collection<int>.RemoveAt(int)
    Collection<int>.ClearItems()
    Collection<int>.InsertItem(int, int)
    Collection<int>.RemoveItem(int)
    Collection<int>.SetItem(int, int)
    Collection<int>.Count
    Collection<int>.Items
    Collection<int>.this[int]
    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
    [CollectionDataContract(Namespace = "http://schemas.nevatech.com/sentinet/2011/02", ItemName = "UserId")]
    [SuppressMessage("Microsoft.Design", "CA1034:NestedTypesShouldNotBeVisible")]
    public class SmtpAlertHandlerConfiguration.UserCollection : Collection<int>, IList<int>, ICollection<int>, IList, ICollection, IReadOnlyList<int>, IReadOnlyCollection<int>, IEnumerable<int>, IEnumerable

    Constructors

    UserCollection()

    Declaration
    public UserCollection()

    Implements

    IList<T>
    ICollection<T>
    IList
    ICollection
    IReadOnlyList<T>
    IReadOnlyCollection<T>
    IEnumerable<T>
    IEnumerable
    In This Article
    Back to top Nevatech Sentinet 6.7 Online Documentation