EventlogEntityCollection Class

Alterian Email Manager 6.2.3 SDK Help File
Collection of EventlogEntity to parse to SQL Server
Inheritance Hierarchy
SystemObject
  System.Collections.GenericListEventlogEntity
    DMLibrary.Repository.EventlogEventlogEntityCollection
      DMLibrary.Repository.EventlogEventlogContentEntityCollection

Namespace:  DMLibrary.Repository.Eventlog
Assembly:  DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420

Syntax
public class EventlogEntityCollection : List<EventlogEntity>, 
	IEnumerable<SqlDataRecord>, IEnumerable

The EventlogEntityCollection type exposes the following members.

Constructors
NameDescription
Public methodEventlogEntityCollection
Initializes a new instance of the EventlogEntityCollection class
Top
Methods
NameDescription
Public methodGetEnumerator
Top
See Also