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

Represents the type of the criteriaValue field More...

Inherits Choice.

Public Types

enum  Id { Unselected = 0, DnnChosen = 1, OsIdOSAppIdChosen = 2, SNSSAIChosen = 3 }
 CHOICE alternatives More...
 

Public Member Functions

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

Id Selected [get]
 Gets current selection More...
 
Oss.Nas5GS1680.DNNTypeDnn [get, set]
 Gets or selects the 'dnn' alternative. More...
 
Oss.Nas5GS1680.OSIdOSAppIdTypeOsIdOSAppId [get, set]
 Gets or selects the 'osIdOSAppId' alternative. More...
 
Oss.Nas5GS1680.SNSSAITypeSNSSAI [get, set]
 Gets or selects the 'sNSSAI' alternative. More...
 

Detailed Description

Represents the type of the criteriaValue field

Member Enumeration Documentation

◆ Id

Member Function Documentation

◆ Copy()

object Oss.Nas5GS1680.CriteriaComponent.CriteriaValueType.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.CriteriaComponent.CriteriaValueType.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, it returns false.

◆ GetHashCode()

override int Oss.Nas5GS1680.CriteriaComponent.CriteriaValueType.GetHashCode ( )
inline

Represents a hash function for a particular type.

Returns
A hash code for the current object.

Property Documentation

◆ Dnn

Oss.Nas5GS1680.DNNType? Oss.Nas5GS1680.CriteriaComponent.CriteriaValueType.Dnn
getset

Gets or selects the 'dnn' alternative.

◆ OsIdOSAppId

Oss.Nas5GS1680.OSIdOSAppIdType? Oss.Nas5GS1680.CriteriaComponent.CriteriaValueType.OsIdOSAppId
getset

Gets or selects the 'osIdOSAppId' alternative.

◆ Selected

Id Oss.Nas5GS1680.CriteriaComponent.CriteriaValueType.Selected
get

Gets current selection

◆ SNSSAI

Oss.Nas5GS1680.SNSSAIType? Oss.Nas5GS1680.CriteriaComponent.CriteriaValueType.SNSSAI
getset

Gets or selects the 'sNSSAI' alternative.