Class LocatorRecordUriArray
Used by a Agency Locator Service to return an array of agency locator URIs. See Section 4.15.3 and E.10.1 of NENA-STA-010.3.
Inherited Members
Namespace: AgencyLocator
Assembly: Ng911Lib.dll
Syntax
public class LocatorRecordUriArray
Constructors
| Edit this page View SourceLocatorRecordUriArray()
Default constructor
Declaration
public LocatorRecordUriArray()
Fields
| Edit this page View SourcelocatorUris
Array of Locator URI objects. Required.
Declaration
public List<LocatorRecordUri> locatorUris
Field Value
Type | Description |
---|---|
List<LocatorRecordUri> |
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 |