Table of Contents

Class ExchangeUMDialPlanRule

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

Represents a Unified Messaging dial plan rule in a Microsoft Exchange organization.

public class ExchangeUMDialPlanRule : BaseTypeSection, IComparable<ExchangeUMDialPlanRule>
Inheritance
ExchangeUMDialPlanRule
Implements

Constructors

ExchangeUMDialPlanRule()

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

public ExchangeUMDialPlanRule()

Properties

Comment

Gets or sets the comment for the rule.

public string Comment { get; set; }

Property Value

string

DialedNumber

Gets or sets the dialed number.

public string DialedNumber { get; set; }

Property Value

string

Name

Gets or sets the name of the unified messaging dial plan rule.

public string Name { get; set; }

Property Value

string

NumberMask

Gets or sets the number pattern to transform.

public string NumberMask { get; set; }

Property Value

string

Methods

Clone()

Returns a CENTREL.XIA.Configuration.Types.ExchangeUMDialPlanRule cloned from this object.

public ExchangeUMDialPlanRule Clone()

Returns

ExchangeUMDialPlanRule

A CENTREL.XIA.Configuration.Types.ExchangeUMDialPlanRule.

CompareTo(ExchangeUMDialPlanRule)

Compares two CENTREL.XIA.Configuration.Types.ExchangeUMDialPlanRule objects to allow sorting alphabetically by name.

public int CompareTo(ExchangeUMDialPlanRule other)

Parameters

other ExchangeUMDialPlanRule

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

Returns

int

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