Represents the SEQUENCE
type
More...
Inherits Oss.Nas.Sequence.
|
bool | MountainRescue [get, set] |
| Field 'mountainRescue' (mandatory)
|
|
bool | MarineGuard [get, set] |
| Field 'marineGuard' (mandatory)
|
|
bool | FireBrigade [get, set] |
| Field 'fireBrigade' (mandatory)
|
|
bool | Ambulance [get, set] |
| Field 'ambulance' (mandatory)
|
|
bool | Police [get, set] |
| Field 'police' (mandatory)
|
|
Represents the SEQUENCE
type
◆ NAS1790_EmergencyServiceCategory()
Oss.Nas1790.NAS1790_EmergencyServiceCategory.NAS1790_EmergencyServiceCategory |
( |
bool |
argMountainRescue, |
|
|
bool |
argMarineGuard, |
|
|
bool |
argFireBrigade, |
|
|
bool |
argAmbulance, |
|
|
bool |
argPolice |
|
) |
| |
|
inline |
Constructs an instance of NAS1790_EmergencyServiceCategory
with the specified components.
- Parameters
-
argMountainRescue | The value of the mountainRescue mandatory field |
argMarineGuard | The value of the marineGuard mandatory field |
argFireBrigade | The value of the fireBrigade mandatory field |
argAmbulance | The value of the ambulance mandatory field |
argPolice | The value of the police mandatory field |
◆ Copy()
object Oss.Nas1790.NAS1790_EmergencyServiceCategory.Copy |
( |
| ) |
|
|
inline |
Creates a deep copy of this object.
- Returns
- A new object that is a deep copy of this instance.
◆ Equals()
override bool Oss.Nas1790.NAS1790_EmergencyServiceCategory.Equals |
( |
object |
right | ) |
|
|
inline |
Determines whether the specified object is equal to the current object.
- Parameters
-
right | The object to compare with this object. |
- Returns
true
when the specified object is equal to the current object; otherwise, false.
◆ GetHashCode()
override int Oss.Nas1790.NAS1790_EmergencyServiceCategory.GetHashCode |
( |
| ) |
|
|
inline |
Represents a hash function for a particular type.
- Returns
- A hash code for the current object.