Table of Contents

Class IPv4RouteCollection

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

Represents a collection of IPv4 routes.

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

Constructors

IPv4RouteCollection()

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

public IPv4RouteCollection()

Methods

FromXml(string)

Returns a CENTREL.XIA.Configuration.Types.IPv4RouteCollection object from the specified XML data.

public static IPv4RouteCollection FromXml(string xml)

Parameters

xml string

The XML representation of the CENTREL.XIA.Configuration.Types.IPv4RouteCollection object.

Returns

IPv4RouteCollection

Remarks

A CENTREL.XIA.Configuration.Types.IPv4RouteCollection object from the specified XML data.

ToXml()

Returns the XML representation of this CENTREL.XIA.Configuration.Types.IPv4RouteCollection object.

public string ToXml()

Returns

string

The XML representation of this CENTREL.XIA.Configuration.Types.IPv4RouteCollection object.