Class MicrosoftDhcpServerv4ScopeCollection
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of Microsoft DHCP IPv4 scopes.
public class MicrosoftDhcpServerv4ScopeCollection : Collection<MicrosoftDhcpServerv4Scope>, IList<MicrosoftDhcpServerv4Scope>, ICollection<MicrosoftDhcpServerv4Scope>, IList, ICollection, IReadOnlyList<MicrosoftDhcpServerv4Scope>, IReadOnlyCollection<MicrosoftDhcpServerv4Scope>, IEnumerable<MicrosoftDhcpServerv4Scope>, IEnumerable
- Inheritance
-
MicrosoftDhcpServerv4ScopeCollection
- Implements
- Inherited Members
Constructors
MicrosoftDhcpServerv4ScopeCollection()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerv4ScopeCollection class.
public MicrosoftDhcpServerv4ScopeCollection()
Methods
Exists(Guid)
Returns a System.Boolean value that indicates whether a CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerv4Scope with the specified identifier exists within the collection.
public bool Exists(Guid identifier)
Parameters
identifierGuidThe identifier of the CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerv4Scope to locate.
Returns
- bool
A System.Boolean value that indicates whether a CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerv4Scope with the specified identifier exists within the collection.
ExistsByScopeIdentifier(string)
Determines whether a CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerv4Scope with the specified scope identifier exists within the collection.
public bool ExistsByScopeIdentifier(string scopeIdentifier)
Parameters
scopeIdentifierstringThe scope identifier of the CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerv4Scope to locate.
Returns
- bool
A System.Boolean value that indicates whether a CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerv4Scope with the specified scope identifier exists within the collection.
FindByIdentifier(Guid)
Returns the CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerv4Scope with the specified identifier, or null if no CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerv4Scope with that identifier is found.
public MicrosoftDhcpServerv4Scope FindByIdentifier(Guid identifier)
Parameters
identifierGuidThe identifier of the CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerv4Scope to locate.
Returns
- MicrosoftDhcpServerv4Scope
The CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerv4Scope with the specified identifier.
FindByScopeIdentifier(string)
Returns the CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerv4Scope with the specified scope identifier, or null if no CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerv4Scope with that scope identifier is found.
public MicrosoftDhcpServerv4Scope FindByScopeIdentifier(string scopeIdentifier)
Parameters
scopeIdentifierstringThe scope identifier of the CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerv4Scope to locate - for example "192.168.1.0".
Returns
- MicrosoftDhcpServerv4Scope
The CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerv4Scope with the specified scope identifier.
FindBySuperscope(MicrosoftDhcpServerv4Superscope)
Returns the scopes that are part of the the specified superscope.
public MicrosoftDhcpServerv4ScopeCollection FindBySuperscope(MicrosoftDhcpServerv4Superscope superscope)
Parameters
superscopeMicrosoftDhcpServerv4SuperscopeThe superscope for which the scopes are to be returned.
Returns
- MicrosoftDhcpServerv4ScopeCollection
The scopes for the specified superscope.
Sort()
Sorts the values in the collection.
public void Sort()