Class SmtpAlertHandlerConfiguration.UserCollection
Represents the serializable collection of user identifiers.
Implements
Inherited Members
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()