Table of Contents

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

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

scopeIdentifier string

The 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.

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

scopeIdentifier string

The 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

superscope MicrosoftDhcpServerv4Superscope

The 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()