Class LogEventContainerArray
Data class used by a logging service to return the results of a query for log events. See Section 4.12.3.1.1 and Section E.8.1 of NENA-STA-010.3.
Inherited Members
Namespace: I3V3.LogEvents
Assembly: Ng911Lib.dll
Syntax
public class LogEventContainerArray
Constructors
| Edit this page View SourceLogEventContainerArray()
Default constructor.
Declaration
public LogEventContainerArray()
Fields
| Edit this page View SourcelogEventContainers
Array of LogEvent Container objects. Required.
Declaration
public List<LogEventContainer> logEventContainers
Field Value
Type | Description |
---|---|
List<LogEventContainer> |
Properties
| Edit this page View Sourcecount
Number of items in the array. Required.
Declaration
public int count { get; set; }
Property Value
Type | Description |
---|---|
int |
totalCount
Total number of items found. Required.
Declaration
public int totalCount { get; set; }
Property Value
Type | Description |
---|---|
int |