Class NameSet
Data class for returning an agency's URI and a list of names for an agency. Used by the 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 NameSet
Constructors
| Edit this page View SourceNameSet()
Default constructor
Declaration
public NameSet()
Fields
| Edit this page View Sourcenames
Array of Service/Agency Locator Names. Required.
Declaration
public List<string> names
Field Value
Type | Description |
---|---|
List<string> |
Properties
| Edit this page View SourcelocatorUri
URI of Service/Agency Locator. Required.
Declaration
public string locatorUri { get; set; }
Property Value
Type | Description |
---|---|
string |