Class VersionItemType
Class containing the information about an I3V3 version of a service.
Inherited Members
Namespace: Ng911Common
Assembly: Ng911Lib.dll
Syntax
public class VersionItemType
Properties
| Edit this page View Sourcemajor
Major version number. Required.
Declaration
public int major { get; set; }
Property Value
Type | Description |
---|---|
int |
minor
Minor version number. Required.
Declaration
public int minor { get; set; }
Property Value
Type | Description |
---|---|
int |
serviceInfo
Contains service-specific information. Optional.
Declaration
public VersionServiceInfoType serviceInfo { get; set; }
Property Value
Type | Description |
---|---|
VersionServiceInfoType |
vendor
Not defined in NENA-STA-010.3. Optional.
Declaration
public string vendor { get; set; }
Property Value
Type | Description |
---|---|
string |