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

Represents the DeRegistrationRequestUEOriginating type More...

Inherits Sequence.

Public Member Functions

 DeRegistrationRequestUEOriginating ()
 The default constructor. More...
 
 DeRegistrationRequestUEOriginating (Oss.Nas5GS1680.DeRegistrationType argDeRegistrationType, Oss.Nas5GS1680.NASKeySetIdentifierContainer argNgKSI, Oss.Nas5GS1680.NAS5GSMobileIdentity argNas5GSMobileIdentity)
 Constructs an instance of DeRegistrationRequestUEOriginating 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...
 
Oss.Nas5GS1680.NASKeySetIdentifierContainer NgKSI [get, set]
 Field 'ngKSI' (mandatory) More...
 
Oss.Nas5GS1680.NAS5GSMobileIdentity Nas5GSMobileIdentity [get, set]
 Field 'nas5GSMobileIdentity' (mandatory) More...
 

Detailed Description

Constructor & Destructor Documentation

◆ DeRegistrationRequestUEOriginating() [1/2]

Oss.Nas5GS1680.DeRegistrationRequestUEOriginating.DeRegistrationRequestUEOriginating ( )
inline

The default constructor.

◆ DeRegistrationRequestUEOriginating() [2/2]

Oss.Nas5GS1680.DeRegistrationRequestUEOriginating.DeRegistrationRequestUEOriginating ( Oss.Nas5GS1680.DeRegistrationType  argDeRegistrationType,
Oss.Nas5GS1680.NASKeySetIdentifierContainer  argNgKSI,
Oss.Nas5GS1680.NAS5GSMobileIdentity  argNas5GSMobileIdentity 
)
inline

Constructs an instance of DeRegistrationRequestUEOriginating with the specified components.

Parameters
argDeRegistrationTypeThe value of the deRegistrationType mandatory field
argNgKSIThe value of the ngKSI mandatory field
argNas5GSMobileIdentityThe value of the nas5GSMobileIdentity mandatory field

Member Function Documentation

◆ Copy()

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

Represents a hash function for a particular type.

Returns
A hash code for the current object.

Property Documentation

◆ DeRegistrationType

Oss.Nas5GS1680.DeRegistrationType Oss.Nas5GS1680.DeRegistrationRequestUEOriginating.DeRegistrationType
getset

Field 'deRegistrationType' (mandatory)

◆ Nas5GSMobileIdentity

Oss.Nas5GS1680.NAS5GSMobileIdentity Oss.Nas5GS1680.DeRegistrationRequestUEOriginating.Nas5GSMobileIdentity
getset

Field 'nas5GSMobileIdentity' (mandatory)

◆ NgKSI

Oss.Nas5GS1680.NASKeySetIdentifierContainer Oss.Nas5GS1680.DeRegistrationRequestUEOriginating.NgKSI
getset

Field 'ngKSI' (mandatory)