Table of Contents

Class SqlAlertCollection

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents a collection of alerts.

public class SqlAlertCollection : Collection<SqlAlert>, IList<SqlAlert>, ICollection<SqlAlert>, IList, ICollection, IReadOnlyList<SqlAlert>, IReadOnlyCollection<SqlAlert>, IEnumerable<SqlAlert>, IEnumerable
Inheritance
SqlAlertCollection
Implements
Inherited Members

Constructors

SqlAlertCollection()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.SqlAlertCollection class.

public SqlAlertCollection()

Methods

FindByName(string)

Returns the CENTREL.XIA.Configuration.Types.SqlAlert with the specified name, or null if no CENTREL.XIA.Configuration.Types.SqlAlert with that name is found.

public SqlAlert FindByName(string name)

Parameters

name string

The name of the CENTREL.XIA.Configuration.Types.SqlAlert to locate.

Returns

SqlAlert

The CENTREL.XIA.Configuration.Types.SqlAlert with the specified name.

Sort()

Sorts the values in the collection.

public void Sort()