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

Represents the RejectedSNSSAI type More...

Inherits Sequence.

Classes

class  CauseValueNumbers
 Defines meaningful names for particular values of the causeValue field More...
 
class  ContentType
 Represents the type of the content field More...
 

Public Member Functions

 RejectedSNSSAI ()
 The default constructor. More...
 
 RejectedSNSSAI (int argCauseValue, Oss.Nas5GS1680.RejectedSNSSAI.ContentType argContent)
 Constructs an instance of RejectedSNSSAI 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 Length [get]
 Field 'length' (mandatory, readonly) More...
 
int CauseValue [get, set]
 Field 'causeValue' (mandatory) The RejectedSNSSAI.CauseValueNumbers class defines meaningful names for particular values of the field More...
 
Oss.Nas5GS1680.RejectedSNSSAI.ContentType Content [get, set]
 Field 'content' (mandatory) More...
 

Detailed Description

Represents the RejectedSNSSAI type

Constructor & Destructor Documentation

◆ RejectedSNSSAI() [1/2]

Oss.Nas5GS1680.RejectedSNSSAI.RejectedSNSSAI ( )
inline

The default constructor.

◆ RejectedSNSSAI() [2/2]

Oss.Nas5GS1680.RejectedSNSSAI.RejectedSNSSAI ( int  argCauseValue,
Oss.Nas5GS1680.RejectedSNSSAI.ContentType  argContent 
)
inline

Constructs an instance of RejectedSNSSAI with the specified components.

Parameters
argCauseValueThe value of the causeValue mandatory field
argContentThe value of the content mandatory field

Member Function Documentation

◆ Copy()

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

Represents a hash function for a particular type.

Returns
A hash code for the current object.

Property Documentation

◆ CauseValue

int Oss.Nas5GS1680.RejectedSNSSAI.CauseValue
getset

Field 'causeValue' (mandatory) The RejectedSNSSAI.CauseValueNumbers class defines meaningful names for particular values of the field

◆ Content

Oss.Nas5GS1680.RejectedSNSSAI.ContentType Oss.Nas5GS1680.RejectedSNSSAI.Content
getset

Field 'content' (mandatory)

◆ Length

int Oss.Nas5GS1680.RejectedSNSSAI.Length
get

Field 'length' (mandatory, readonly)