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

Represents the DetachRequest-ueOriginating type More...

Inherits Sequence.

Public Member Functions

 DetachRequestUeOriginating ()
 The default constructor. More...
 
 DetachRequestUeOriginating (Oss.Nas1670.DetachTypeUEOriginating argDetachType, Oss.Nas1670.NASKeySetIdentifierContainer argNasKeySetIdentifier, Oss.Nas1670.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.Nas1670.DetachTypeUEOriginating DetachType [get, set]
 Field 'detachType' (mandatory) More...
 
Oss.Nas1670.NASKeySetIdentifierContainer NasKeySetIdentifier [get, set]
 Field 'nasKeySetIdentifier' (mandatory) More...
 
Oss.Nas1670.EPSMobileIdentity EpsMobileIdentity [get, set]
 Field 'epsMobileIdentity' (mandatory) More...
 

Detailed Description

Represents the DetachRequest-ueOriginating type

Constructor & Destructor Documentation

◆ DetachRequestUeOriginating() [1/2]

Oss.Nas1670.DetachRequestUeOriginating.DetachRequestUeOriginating ( )
inline

The default constructor.

◆ DetachRequestUeOriginating() [2/2]

Oss.Nas1670.DetachRequestUeOriginating.DetachRequestUeOriginating ( Oss.Nas1670.DetachTypeUEOriginating  argDetachType,
Oss.Nas1670.NASKeySetIdentifierContainer  argNasKeySetIdentifier,
Oss.Nas1670.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.Nas1670.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.Nas1670.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.Nas1670.DetachRequestUeOriginating.GetHashCode ( )
inline

Represents a hash function for a particular type.

Returns
A hash code for the current object.

Property Documentation

◆ DetachType

Oss.Nas1670.DetachTypeUEOriginating Oss.Nas1670.DetachRequestUeOriginating.DetachType
getset

Field 'detachType' (mandatory)

◆ EpsMobileIdentity

Oss.Nas1670.EPSMobileIdentity Oss.Nas1670.DetachRequestUeOriginating.EpsMobileIdentity
getset

Field 'epsMobileIdentity' (mandatory)

◆ NasKeySetIdentifier

Oss.Nas1670.NASKeySetIdentifierContainer Oss.Nas1670.DetachRequestUeOriginating.NasKeySetIdentifier
getset

Field 'nasKeySetIdentifier' (mandatory)