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

Represents the type of the qosRule field More...

Inherits Sequence.

Classes

class  DqrNumbers
 Defines meaningful names for particular values of the dqr field More...
 
class  OperationCodeNumbers
 Defines meaningful names for particular values of the operationCode field More...
 
class  ParameterType
 Represents the type of the parameter field More...
 

Public Member Functions

 QosRuleType ()
 The default constructor. More...
 
 QosRuleType (int argDqr, Oss.Nas5GS1680.QoSRuleContainer.QosRuleType.ParameterType argParameter)
 Constructs an instance of QosRuleType 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 OperationCode [get]
 Field 'operationCode' (mandatory, readonly) The QoSRuleContainer.QosRuleType.OperationCodeNumbers class defines meaningful names for particular values of the field More...
 
int Dqr [get, set]
 Field 'dqr' (mandatory) The QoSRuleContainer.QosRuleType.DqrNumbers class defines meaningful names for particular values of the field More...
 
Oss.Nas5GS1680.QoSRuleContainer.QosRuleType.ParameterType Parameter [get, set]
 Field 'parameter' (mandatory) More...
 

Detailed Description

Represents the type of the qosRule field

Constructor & Destructor Documentation

◆ QosRuleType() [1/2]

Oss.Nas5GS1680.QoSRuleContainer.QosRuleType.QosRuleType ( )
inline

The default constructor.

◆ QosRuleType() [2/2]

Oss.Nas5GS1680.QoSRuleContainer.QosRuleType.QosRuleType ( int  argDqr,
Oss.Nas5GS1680.QoSRuleContainer.QosRuleType.ParameterType  argParameter 
)
inline

Constructs an instance of QosRuleType with the specified components.

Parameters
argDqrThe value of the dqr mandatory field
argParameterThe value of the parameter mandatory field

Member Function Documentation

◆ Copy()

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

Represents a hash function for a particular type.

Returns
A hash code for the current object.

Property Documentation

◆ Dqr

int Oss.Nas5GS1680.QoSRuleContainer.QosRuleType.Dqr
getset

Field 'dqr' (mandatory) The QoSRuleContainer.QosRuleType.DqrNumbers class defines meaningful names for particular values of the field

◆ OperationCode

int Oss.Nas5GS1680.QoSRuleContainer.QosRuleType.OperationCode
get

Field 'operationCode' (mandatory, readonly) The QoSRuleContainer.QosRuleType.OperationCodeNumbers class defines meaningful names for particular values of the field

◆ Parameter

Oss.Nas5GS1680.QoSRuleContainer.QosRuleType.ParameterType Oss.Nas5GS1680.QoSRuleContainer.QosRuleType.Parameter
getset

Field 'parameter' (mandatory)