Class IisProviderCollection
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of IIS providers.
public class IisProviderCollection : Collection<IisProvider>, IList<IisProvider>, ICollection<IisProvider>, IList, ICollection, IReadOnlyList<IisProvider>, IReadOnlyCollection<IisProvider>, IEnumerable<IisProvider>, IEnumerable
- Inheritance
-
IisProviderCollection
- Implements
- Inherited Members
Constructors
IisProviderCollection()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.IisProviderCollection class.
public IisProviderCollection()
Methods
Exists(string)
Returns a System.Boolean value that indicates whether a provider with the specified name exists within the collection.
public bool Exists(string name)
Parameters
name
stringThe name of the CENTREL.XIA.Configuration.Types.IisProvider to locate.
Returns
- bool
A System.Boolean value that indicates whether a provider with the specified name exists within the collection.
FindByName(string)
Returns the CENTREL.XIA.Configuration.Types.IisProvider with the specified name, or null if no CENTREL.XIA.Configuration.Types.IisProvider with that name is found.
public IisProvider FindByName(string name)
Parameters
name
stringThe name of the CENTREL.XIA.Configuration.Types.IisProvider to locate.
Returns
- IisProvider
The CENTREL.XIA.Configuration.Types.IisProvider with the specified name.
Sort()
Sorts the values in the collection.
public void Sort()