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

Represents the type of the urspRule field More...

Inherits Sequence.

Public Member Functions

 UrspRuleType ()
 The default constructor. More...
 
 UrspRuleType (int argPrecedenceValue, Oss.Nas5GS1680.TrafficDescriptor argTrafficDescriptor, Oss.Nas5GS1680.RouteSelectionDescriptorList argRouteSelectionDescriptorList)
 Constructs an instance of UrspRuleType 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 PrecedenceValue [get, set]
 Field 'precedenceValue' (mandatory) More...
 
Oss.Nas5GS1680.TrafficDescriptor TrafficDescriptor [get, set]
 Field 'trafficDescriptor' (mandatory) More...
 
Oss.Nas5GS1680.RouteSelectionDescriptorList RouteSelectionDescriptorList [get, set]
 Field 'routeSelectionDescriptorList' (mandatory) More...
 

Detailed Description

Represents the type of the urspRule field

Constructor & Destructor Documentation

◆ UrspRuleType() [1/2]

Oss.Nas5GS1680.URSPRuleContainer.UrspRuleType.UrspRuleType ( )
inline

The default constructor.

◆ UrspRuleType() [2/2]

Oss.Nas5GS1680.URSPRuleContainer.UrspRuleType.UrspRuleType ( int  argPrecedenceValue,
Oss.Nas5GS1680.TrafficDescriptor  argTrafficDescriptor,
Oss.Nas5GS1680.RouteSelectionDescriptorList  argRouteSelectionDescriptorList 
)
inline

Constructs an instance of UrspRuleType with the specified components.

Parameters
argPrecedenceValueThe value of the precedenceValue mandatory field
argTrafficDescriptorThe value of the trafficDescriptor mandatory field
argRouteSelectionDescriptorListThe value of the routeSelectionDescriptorList mandatory field

Member Function Documentation

◆ Copy()

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

Represents a hash function for a particular type.

Returns
A hash code for the current object.

Property Documentation

◆ PrecedenceValue

int Oss.Nas5GS1680.URSPRuleContainer.UrspRuleType.PrecedenceValue
getset

Field 'precedenceValue' (mandatory)

◆ RouteSelectionDescriptorList

Oss.Nas5GS1680.RouteSelectionDescriptorList Oss.Nas5GS1680.URSPRuleContainer.UrspRuleType.RouteSelectionDescriptorList
getset

Field 'routeSelectionDescriptorList' (mandatory)

◆ TrafficDescriptor

Oss.Nas5GS1680.TrafficDescriptor Oss.Nas5GS1680.URSPRuleContainer.UrspRuleType.TrafficDescriptor
getset

Field 'trafficDescriptor' (mandatory)