OSS NAS Tools for C# for 5G for 3GPP Release 16.8.0
Oss.Nas5GS1680.DeRegistrationRequestUETerminated Class Reference

Represents the DeRegistrationRequestUETerminated type More...

Inherits Sequence.

Public Member Functions

 DeRegistrationRequestUETerminated ()
 The default constructor. More...
 
 DeRegistrationRequestUETerminated (Oss.Nas5GS1680.DeRegistrationType argDeRegistrationType)
 Constructs an instance of DeRegistrationRequestUETerminated with the specified mandatory components. More...
 
 DeRegistrationRequestUETerminated (Oss.Nas5GS1680.DeRegistrationType argDeRegistrationType, int? argNas5GMMCause, Oss.Nas5GS1680.GPRSTimer argT3346, Oss.Nas5GS1680.RejectedNSSAI argRejectedNSSAI, Oss.Nas5GS1680.CAGInformationList argCagInformationList)
 Constructs an instance of DeRegistrationRequestUETerminated 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.Nas5GS1680.DeRegistrationType DeRegistrationType [get, set]
 Field 'deRegistrationType' (mandatory) More...
 
int Spare [get]
 Field 'spare' (mandatory, readonly) More...
 
int? Nas5GMMCause [get, set]
 Field 'nas5GMMCause' (optional) The NAS5GMMCause class defines meaningful names for particular values of the field More...
 
Oss.Nas5GS1680.GPRSTimer T3346 [get, set]
 Field 't3346' (optional) More...
 
Oss.Nas5GS1680.RejectedNSSAI RejectedNSSAI [get, set]
 Field 'rejectedNSSAI' (optional) More...
 
Oss.Nas5GS1680.CAGInformationList CagInformationList [get, set]
 Field 'cagInformationList' (optional) More...
 

Detailed Description

Constructor & Destructor Documentation

◆ DeRegistrationRequestUETerminated() [1/3]

Oss.Nas5GS1680.DeRegistrationRequestUETerminated.DeRegistrationRequestUETerminated ( )
inline

The default constructor.

◆ DeRegistrationRequestUETerminated() [2/3]

Oss.Nas5GS1680.DeRegistrationRequestUETerminated.DeRegistrationRequestUETerminated ( Oss.Nas5GS1680.DeRegistrationType  argDeRegistrationType)
inline

Constructs an instance of DeRegistrationRequestUETerminated with the specified mandatory components.

Parameters
argDeRegistrationTypeThe value of the deRegistrationType mandatory field

◆ DeRegistrationRequestUETerminated() [3/3]

Oss.Nas5GS1680.DeRegistrationRequestUETerminated.DeRegistrationRequestUETerminated ( Oss.Nas5GS1680.DeRegistrationType  argDeRegistrationType,
int?  argNas5GMMCause,
Oss.Nas5GS1680.GPRSTimer  argT3346,
Oss.Nas5GS1680.RejectedNSSAI  argRejectedNSSAI,
Oss.Nas5GS1680.CAGInformationList  argCagInformationList 
)
inline

Constructs an instance of DeRegistrationRequestUETerminated with the specified components.

Parameters
argDeRegistrationTypeThe value of the deRegistrationType mandatory field
argNas5GMMCauseThe value of the nas5GMMCause optional field
argT3346The value of the t3346 optional field
argRejectedNSSAIThe value of the rejectedNSSAI optional field
argCagInformationListThe value of the cagInformationList optional field

Member Function Documentation

◆ Copy()

object Oss.Nas5GS1680.DeRegistrationRequestUETerminated.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.Nas5GS1680.DeRegistrationRequestUETerminated.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.Nas5GS1680.DeRegistrationRequestUETerminated.GetHashCode ( )
inline

Represents a hash function for a particular type.

Returns
A hash code for the current object.

Property Documentation

◆ CagInformationList

Oss.Nas5GS1680.CAGInformationList Oss.Nas5GS1680.DeRegistrationRequestUETerminated.CagInformationList
getset

Field 'cagInformationList' (optional)

◆ DeRegistrationType

Oss.Nas5GS1680.DeRegistrationType Oss.Nas5GS1680.DeRegistrationRequestUETerminated.DeRegistrationType
getset

Field 'deRegistrationType' (mandatory)

◆ Nas5GMMCause

int? Oss.Nas5GS1680.DeRegistrationRequestUETerminated.Nas5GMMCause
getset

Field 'nas5GMMCause' (optional) The NAS5GMMCause class defines meaningful names for particular values of the field

◆ RejectedNSSAI

Oss.Nas5GS1680.RejectedNSSAI Oss.Nas5GS1680.DeRegistrationRequestUETerminated.RejectedNSSAI
getset

Field 'rejectedNSSAI' (optional)

◆ Spare

int Oss.Nas5GS1680.DeRegistrationRequestUETerminated.Spare
get

Field 'spare' (mandatory, readonly)

◆ T3346

Oss.Nas5GS1680.GPRSTimer Oss.Nas5GS1680.DeRegistrationRequestUETerminated.T3346
getset

Field 't3346' (optional)