Table of Contents

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

string

IsEnabled

Gets or sets whether the operator is enabled.

public BooleanOption IsEnabled { get; set; }

Property Value

BooleanOption

Name

Gets or sets the name of the operator.

public string Name { get; set; }

Property Value

string

PagerAddress

Gets or sets the pager address of the operator.

public string PagerAddress { get; set; }

Property Value

string

PagerDays

Gets or sets the days of the week that the operator is pager available.

public SqlWeekDays PagerDays { get; set; }

Property Value

SqlWeekDays

PagerDaysString

Gets the days of the week that the operator is pager available.

public string PagerDaysString { get; set; }

Property Value

string

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 SqlOperator

The CENTREL.XIA.Configuration.Types.SqlOperator to compare to.

Returns

int

The sort order of the two CENTREL.XIA.Configuration.Types.SqlOperator objects.