Table of Contents

Class IisAppSettingCollection

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

Represents a collection of IIS app settings.

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

Constructors

IisAppSettingCollection()

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

public IisAppSettingCollection()

Methods

Exists(string)

Returns a System.Boolean value that indicates whether an app setting with the specified name exists within the collection.

public bool Exists(string name)

Parameters

name string

The extension of the CENTREL.XIA.Configuration.Types.IisAppSetting to locate.

Returns

bool

A System.Boolean value that indicates whether an app setting with the specified name exists within the collection.

FindByName(string)

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

public IisAppSetting FindByName(string name)

Parameters

name string

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

Returns

IisAppSetting

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

Sort()

Sorts the values in the collection.

public void Sort()