Represents the DetachRequest-ueOriginating
type
More...
Inherits Oss.Nas.Sequence.
Public Member Functions | |
DetachRequestUeOriginating () | |
The default constructor. | |
DetachRequestUeOriginating (Oss.Nas1790.DetachTypeUEOriginating argDetachType, Oss.Nas1790.NASKeySetIdentifierContainer argNasKeySetIdentifier, Oss.Nas1790.EPSMobileIdentity argEpsMobileIdentity) | |
Constructs an instance of DetachRequestUeOriginating 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... | |
Properties | |
Oss.Nas1790.DetachTypeUEOriginating | DetachType [get, set] |
Field 'detachType' (mandatory) | |
Oss.Nas1790.NASKeySetIdentifierContainer | NasKeySetIdentifier [get, set] |
Field 'nasKeySetIdentifier' (mandatory) | |
Oss.Nas1790.EPSMobileIdentity | EpsMobileIdentity [get, set] |
Field 'epsMobileIdentity' (mandatory) | |
Represents the DetachRequest-ueOriginating
type
|
inline |
Constructs an instance of DetachRequestUeOriginating
with the specified components.
argDetachType | The value of the detachType mandatory field |
argNasKeySetIdentifier | The value of the nasKeySetIdentifier mandatory field |
argEpsMobileIdentity | The value of the epsMobileIdentity mandatory field |
|
inline |
Creates a deep copy of this object.
|
inline |
Determines whether the specified object is equal to the current object.
right | The object to compare with this object. |
true
when the specified object is equal to the current object; otherwise, false.
|
inline |
Represents a hash function for a particular type.