Class NameSetArray
Data class for returning an array of agency name sets from an Agency Locator service. See Section 4.15.5 and Section E.10.1 or NENA-010.3.
Inherited Members
Namespace: AgencyLocator
Assembly: Ng911Lib.dll
Syntax
public class NameSetArray
  Constructors
| Edit this page View SourceNameSetArray()
Default constructor
Declaration
public NameSetArray()
  Fields
| Edit this page View SourcenameSets
Array of Name Sets objects. Required
Declaration
public List<NameSet> nameSets
  Field Value
| Type | Description | 
|---|---|
| List<NameSet> | 
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 |