Class SqlOperator
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents an operator.
public class SqlOperator : BaseTypeSection, IComparable<SqlOperator>
- Inheritance
-
SqlOperator
- Implements
Constructors
SqlOperator()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.SqlOperator class.
public SqlOperator()
Properties
EmailAddress
Gets or sets the email address of the operator.
public string EmailAddress { get; set; }
Property Value
IsEnabled
Gets or sets whether the operator is enabled.
public BooleanOption IsEnabled { get; set; }
Property Value
Name
Gets or sets the name of the operator.
public string Name { get; set; }
Property Value
PagerAddress
Gets or sets the pager address of the operator.
public string PagerAddress { get; set; }
Property Value
PagerDays
Gets or sets the days of the week that the operator is pager available.
public SqlWeekDays PagerDays { get; set; }
Property Value
PagerDaysString
Gets the days of the week that the operator is pager available.
public string PagerDaysString { get; set; }
Property Value
Methods
Clone()
Returns a CENTREL.XIA.Configuration.Types.SqlOperator cloned from this object.
public SqlOperator Clone()
Returns
- SqlOperator
A CENTREL.XIA.Configuration.Types.SqlOperator.
CompareTo(SqlOperator)
Compares two CENTREL.XIA.Configuration.Types.SqlOperator objects to allow sorting alphabetically by name.
public int CompareTo(SqlOperator other)
Parameters
other
SqlOperatorThe CENTREL.XIA.Configuration.Types.SqlOperator to compare to.
Returns
- int
The sort order of the two CENTREL.XIA.Configuration.Types.SqlOperator objects.