OSS NAS Tools for C# for LTE/EPC for 3GPP Release 17.9.0
Oss.Nas1790.DetachRequestUeOriginating Class Reference

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)
 

Detailed Description

Represents the DetachRequest-ueOriginating type

Constructor & Destructor Documentation

◆ DetachRequestUeOriginating()

Oss.Nas1790.DetachRequestUeOriginating.DetachRequestUeOriginating ( Oss.Nas1790.DetachTypeUEOriginating  argDetachType,
Oss.Nas1790.NASKeySetIdentifierContainer  argNasKeySetIdentifier,
Oss.Nas1790.EPSMobileIdentity  argEpsMobileIdentity 
)
inline

Constructs an instance of DetachRequestUeOriginating with the specified components.

Parameters
argDetachTypeThe value of the detachType mandatory field
argNasKeySetIdentifierThe value of the nasKeySetIdentifier mandatory field
argEpsMobileIdentityThe value of the epsMobileIdentity mandatory field

Member Function Documentation

◆ Copy()

object Oss.Nas1790.DetachRequestUeOriginating.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.DetachRequestUeOriginating.Equals ( object  right)
inline

Determines whether the specified object is equal to the current object.

Parameters
rightThe 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.DetachRequestUeOriginating.GetHashCode ( )
inline

Represents a hash function for a particular type.

Returns
A hash code for the current object.