Represents the SEQUENCE
type
More...
Inherits Oss.Nas.Sequence.
|
| NAS1790_TgprsEncryptionAlgorithmsSupported () |
| The default constructor.
|
|
| NAS1790_TgprsEncryptionAlgorithmsSupported (bool argGprsEncryptionAlgorithmGEA1, bool argGprsEncryptionAlgorithmGEA2, bool argGprsEncryptionAlgorithmGEA3, bool argGprsEncryptionAlgorithmGEA4, bool argGprsEncryptionAlgorithmGEA5, bool argGprsEncryptionAlgorithmGEA6, bool argGprsEncryptionAlgorithmGEA7) |
| Constructs an instance of NAS1790_TgprsEncryptionAlgorithmsSupported with the specified components. More...
|
|
override bool | Equals (object right) |
| Determines whether the specified object is equal to the current object. More...
|
|
override int | GetHashCode () |
| Represents a hash function for a particular type. More...
|
|
object | Copy () |
| Creates a deep copy of this object. More...
|
|
|
bool | GprsEncryptionAlgorithmGEA1 [get, set] |
| Field 'gprsEncryptionAlgorithmGEA1' (mandatory)
|
|
bool | GprsEncryptionAlgorithmGEA2 [get, set] |
| Field 'gprsEncryptionAlgorithmGEA2' (mandatory)
|
|
bool | GprsEncryptionAlgorithmGEA3 [get, set] |
| Field 'gprsEncryptionAlgorithmGEA3' (mandatory)
|
|
bool | GprsEncryptionAlgorithmGEA4 [get, set] |
| Field 'gprsEncryptionAlgorithmGEA4' (mandatory)
|
|
bool | GprsEncryptionAlgorithmGEA5 [get, set] |
| Field 'gprsEncryptionAlgorithmGEA5' (mandatory)
|
|
bool | GprsEncryptionAlgorithmGEA6 [get, set] |
| Field 'gprsEncryptionAlgorithmGEA6' (mandatory)
|
|
bool | GprsEncryptionAlgorithmGEA7 [get, set] |
| Field 'gprsEncryptionAlgorithmGEA7' (mandatory)
|
|
Represents the SEQUENCE
type
◆ NAS1790_TgprsEncryptionAlgorithmsSupported()
Oss.Nas1790.NAS1790_TgprsEncryptionAlgorithmsSupported.NAS1790_TgprsEncryptionAlgorithmsSupported |
( |
bool |
argGprsEncryptionAlgorithmGEA1, |
|
|
bool |
argGprsEncryptionAlgorithmGEA2, |
|
|
bool |
argGprsEncryptionAlgorithmGEA3, |
|
|
bool |
argGprsEncryptionAlgorithmGEA4, |
|
|
bool |
argGprsEncryptionAlgorithmGEA5, |
|
|
bool |
argGprsEncryptionAlgorithmGEA6, |
|
|
bool |
argGprsEncryptionAlgorithmGEA7 |
|
) |
| |
|
inline |
Constructs an instance of NAS1790_TgprsEncryptionAlgorithmsSupported
with the specified components.
- Parameters
-
argGprsEncryptionAlgorithmGEA1 | The value of the gprsEncryptionAlgorithmGEA1 mandatory field |
argGprsEncryptionAlgorithmGEA2 | The value of the gprsEncryptionAlgorithmGEA2 mandatory field |
argGprsEncryptionAlgorithmGEA3 | The value of the gprsEncryptionAlgorithmGEA3 mandatory field |
argGprsEncryptionAlgorithmGEA4 | The value of the gprsEncryptionAlgorithmGEA4 mandatory field |
argGprsEncryptionAlgorithmGEA5 | The value of the gprsEncryptionAlgorithmGEA5 mandatory field |
argGprsEncryptionAlgorithmGEA6 | The value of the gprsEncryptionAlgorithmGEA6 mandatory field |
argGprsEncryptionAlgorithmGEA7 | The value of the gprsEncryptionAlgorithmGEA7 mandatory field |
◆ Copy()
object Oss.Nas1790.NAS1790_TgprsEncryptionAlgorithmsSupported.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_TgprsEncryptionAlgorithmsSupported.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_TgprsEncryptionAlgorithmsSupported.GetHashCode |
( |
| ) |
|
|
inline |
Represents a hash function for a particular type.
- Returns
- A hash code for the current object.