Table of Contents

Class SqlProxyAccountCollection

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

Represents a collection of proxy accounts.

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

Constructors

SqlProxyAccountCollection()

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

public SqlProxyAccountCollection()

Methods

FindByName(string)

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

public SqlProxyAccount FindByName(string name)

Parameters

name string

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

Returns

SqlProxyAccount

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

Sort()

Sorts the values in the collection.

public void Sort()