OSS NAS Tools for C# for LTE/EPC for 3GPP Release 17.9.0
Oss.Nas1790.QualityOfService.ExtContainer.ExtContainerContainer.ExtContainer.ExtContainerContainer Class Reference

Represents the type of the ext field More...

Inherits Oss.Nas.Sequence.

Classes

class  ExtContainer
 Represents the type of the ext field More...
 
class  GuaranteedBitRateForUplinkExtendedNumbers
 Defines meaningful names for particular values of the guaranteedBitRateForUplinkExtended field More...
 
class  MaximumBitRateForUplinkExtendedNumbers
 Defines meaningful names for particular values of the maximumBitRateForUplinkExtended field More...
 

Public Member Functions

 ExtContainerContainer ()
 The default constructor.
 
 ExtContainerContainer (int argMaximumBitRateForUplinkExtended, int argGuaranteedBitRateForUplinkExtended)
 Constructs an instance of ExtContainerContainer with the specified mandatory components. More...
 
 ExtContainerContainer (int argMaximumBitRateForUplinkExtended, int argGuaranteedBitRateForUplinkExtended, Oss.Nas1790.QualityOfService.ExtContainer.ExtContainerContainer.ExtContainer.ExtContainerContainer.ExtContainer argExt)
 Constructs an instance of ExtContainerContainer 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 MaximumBitRateForUplinkExtended [get, set]
 Field 'maximumBitRateForUplinkExtended' (mandatory) The QualityOfService.ExtContainer.ExtContainerContainer.ExtContainer.ExtContainerContainer.MaximumBitRateForUplinkExtendedNumbers class defines meaningful names for particular values of the field
 
int GuaranteedBitRateForUplinkExtended [get, set]
 Field 'guaranteedBitRateForUplinkExtended' (mandatory) The QualityOfService.ExtContainer.ExtContainerContainer.ExtContainer.ExtContainerContainer.GuaranteedBitRateForUplinkExtendedNumbers class defines meaningful names for particular values of the field
 
Oss.Nas1790.QualityOfService.ExtContainer.ExtContainerContainer.ExtContainer.ExtContainerContainer.ExtContainer Ext [get, set]
 Field 'ext' (optional)
 

Detailed Description

Represents the type of the ext field

Constructor & Destructor Documentation

◆ ExtContainerContainer() [1/2]

Oss.Nas1790.QualityOfService.ExtContainer.ExtContainerContainer.ExtContainer.ExtContainerContainer.ExtContainerContainer ( int  argMaximumBitRateForUplinkExtended,
int  argGuaranteedBitRateForUplinkExtended 
)
inline

Constructs an instance of ExtContainerContainer with the specified mandatory components.

Parameters
argMaximumBitRateForUplinkExtendedThe value of the maximumBitRateForUplinkExtended mandatory field
argGuaranteedBitRateForUplinkExtendedThe value of the guaranteedBitRateForUplinkExtended mandatory field

◆ ExtContainerContainer() [2/2]

Oss.Nas1790.QualityOfService.ExtContainer.ExtContainerContainer.ExtContainer.ExtContainerContainer.ExtContainerContainer ( int  argMaximumBitRateForUplinkExtended,
int  argGuaranteedBitRateForUplinkExtended,
Oss.Nas1790.QualityOfService.ExtContainer.ExtContainerContainer.ExtContainer.ExtContainerContainer.ExtContainer  argExt 
)
inline

Constructs an instance of ExtContainerContainer with the specified components.

Parameters
argMaximumBitRateForUplinkExtendedThe value of the maximumBitRateForUplinkExtended mandatory field
argGuaranteedBitRateForUplinkExtendedThe value of the guaranteedBitRateForUplinkExtended mandatory field
argExtThe value of the ext optional field

Member Function Documentation

◆ Copy()

object Oss.Nas1790.QualityOfService.ExtContainer.ExtContainerContainer.ExtContainer.ExtContainerContainer.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.Nas1790.QualityOfService.ExtContainer.ExtContainerContainer.ExtContainer.ExtContainerContainer.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.Nas1790.QualityOfService.ExtContainer.ExtContainerContainer.ExtContainer.ExtContainerContainer.GetHashCode ( )
inline

Represents a hash function for a particular type.

Returns
A hash code for the current object.