Class AgencyIdArray
Class for returning an array of Agency Identifiers from a logging service.
Inherited Members
Namespace: I3V3.LogEvents
Assembly: Ng911Lib.dll
Syntax
public class AgencyIdArray
Constructors
| Edit this page View SourceAgencyIdArray()
Default constructor.
Declaration
public AgencyIdArray()
Fields
| Edit this page View SourceagencyIds
Array of Agency IDs. Required.
Declaration
public List<string> agencyIds
Field Value
Type | Description |
---|---|
List<string> |
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 |