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