Table of Contents

Class WindowsEventLogEntryCollection

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

Represents a collection of Windows event log entries.

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

Constructors

WindowsEventLogEntryCollection()

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

public WindowsEventLogEntryCollection()

Methods

FindByIdentifier(Guid)

Returns the CENTREL.XIA.Configuration.Types.WindowsEventLogEntry with the specified unique identifier, or null if no CENTREL.XIA.Configuration.Types.WindowsEventLogEntry with that identifier is found.

public WindowsEventLogEntry FindByIdentifier(Guid identifier)

Parameters

identifier Guid

The unique identifier of the CENTREL.XIA.Configuration.Types.WindowsEventLogEntry to locate.

Returns

WindowsEventLogEntry

The CENTREL.XIA.Configuration.Types.WindowsEventLogEntry with the specified unique identifier.

Sort()

Sorts the values in the collection.

public void Sort()