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

Represents the DeRegistrationType type More...

Inherits Sequence.

Classes

class  AccessTypeNumbers
 Defines meaningful names for particular values of the accessType field More...
 
class  ReRegistrationRequiredContainer
 Defines meaningful names for particular values of the reRegistrationRequired field More...
 
class  SwitchOffContainer
 Defines meaningful names for particular values of the switchOff field More...
 

Public Member Functions

 DeRegistrationType ()
 The default constructor. More...
 
 DeRegistrationType (int argSwitchOff, int argReRegistrationRequired, int argAccessType)
 Constructs an instance of DeRegistrationType 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

int SwitchOff [get, set]
 Field 'switchOff' (mandatory) The DeRegistrationType.SwitchOffContainer class defines meaningful names for particular values of the field More...
 
int ReRegistrationRequired [get, set]
 Field 'reRegistrationRequired' (mandatory) The DeRegistrationType.ReRegistrationRequiredContainer class defines meaningful names for particular values of the field More...
 
int AccessType [get, set]
 Field 'accessType' (mandatory) The DeRegistrationType.AccessTypeNumbers class defines meaningful names for particular values of the field More...
 

Detailed Description

Represents the DeRegistrationType type

Constructor & Destructor Documentation

◆ DeRegistrationType() [1/2]

Oss.Nas5GS1680.DeRegistrationType.DeRegistrationType ( )
inline

The default constructor.

◆ DeRegistrationType() [2/2]

Oss.Nas5GS1680.DeRegistrationType.DeRegistrationType ( int  argSwitchOff,
int  argReRegistrationRequired,
int  argAccessType 
)
inline

Constructs an instance of DeRegistrationType with the specified components.

Parameters
argSwitchOffThe value of the switchOff mandatory field
argReRegistrationRequiredThe value of the reRegistrationRequired mandatory field
argAccessTypeThe value of the accessType mandatory field

Member Function Documentation

◆ Copy()

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

Represents a hash function for a particular type.

Returns
A hash code for the current object.

Property Documentation

◆ AccessType

int Oss.Nas5GS1680.DeRegistrationType.AccessType
getset

Field 'accessType' (mandatory) The DeRegistrationType.AccessTypeNumbers class defines meaningful names for particular values of the field

◆ ReRegistrationRequired

int Oss.Nas5GS1680.DeRegistrationType.ReRegistrationRequired
getset

Field 'reRegistrationRequired' (mandatory) The DeRegistrationType.ReRegistrationRequiredContainer class defines meaningful names for particular values of the field

◆ SwitchOff

int Oss.Nas5GS1680.DeRegistrationType.SwitchOff
getset

Field 'switchOff' (mandatory) The DeRegistrationType.SwitchOffContainer class defines meaningful names for particular values of the field