Class LocatorRecordUri
Data class that contains information about an agency or service. See Sections 4.15.3 and E.10.1 of NENA-STA-010.3.
Inherited Members
Namespace: AgencyLocator
Assembly: Ng911Lib.dll
Syntax
public class LocatorRecordUri
  Constructors
| Edit this page View SourceLocatorRecordUri()
Default constructor.
Declaration
public LocatorRecordUri()
  Properties
| Edit this page View SourceserviceAgencyName
Name of Service or Agency whose URI is returned. Required.
Declaration
public string serviceAgencyName { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | 
uri
URI of a Locator Record or another Service/Agency Locator. Required.
Declaration
public string uri { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | 
uriType
Must be set to one of: RecordUri, ReferralUri. Required.
Declaration
public string uriType { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string |