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

Represents the type of the ext field More...

Inherits Oss.Nas.Sequence.

Classes

class  ExtContainerContainer
 Represents the type of the ext field More...
 
class  GuaranteedBitRateForDownlinkExtendedNumbers
 Defines meaningful names for particular values of the guaranteedBitRateForDownlinkExtended field More...
 
class  MaximumBitRateForDownlinkExtendedNumbers
 Defines meaningful names for particular values of the maximumBitRateForDownlinkExtended field More...
 

Public Member Functions

 ExtContainer ()
 The default constructor.
 
 ExtContainer (int argMaximumBitRateForDownlinkExtended, int argGuaranteedBitRateForDownlinkExtended)
 Constructs an instance of ExtContainer with the specified mandatory components. More...
 
 ExtContainer (int argMaximumBitRateForDownlinkExtended, int argGuaranteedBitRateForDownlinkExtended, Oss.Nas1790.QualityOfService.ExtContainer.ExtContainerContainer.ExtContainer.ExtContainerContainer argExt)
 Constructs an instance of ExtContainer 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 MaximumBitRateForDownlinkExtended [get, set]
 Field 'maximumBitRateForDownlinkExtended' (mandatory) The QualityOfService.ExtContainer.ExtContainerContainer.ExtContainer.MaximumBitRateForDownlinkExtendedNumbers class defines meaningful names for particular values of the field
 
int GuaranteedBitRateForDownlinkExtended [get, set]
 Field 'guaranteedBitRateForDownlinkExtended' (mandatory) The QualityOfService.ExtContainer.ExtContainerContainer.ExtContainer.GuaranteedBitRateForDownlinkExtendedNumbers class defines meaningful names for particular values of the field
 
Oss.Nas1790.QualityOfService.ExtContainer.ExtContainerContainer.ExtContainer.ExtContainerContainer Ext [get, set]
 Field 'ext' (optional)
 

Detailed Description

Represents the type of the ext field

Constructor & Destructor Documentation

◆ ExtContainer() [1/2]

Oss.Nas1790.QualityOfService.ExtContainer.ExtContainerContainer.ExtContainer.ExtContainer ( int  argMaximumBitRateForDownlinkExtended,
int  argGuaranteedBitRateForDownlinkExtended 
)
inline

Constructs an instance of ExtContainer with the specified mandatory components.

Parameters
argMaximumBitRateForDownlinkExtendedThe value of the maximumBitRateForDownlinkExtended mandatory field
argGuaranteedBitRateForDownlinkExtendedThe value of the guaranteedBitRateForDownlinkExtended mandatory field

◆ ExtContainer() [2/2]

Oss.Nas1790.QualityOfService.ExtContainer.ExtContainerContainer.ExtContainer.ExtContainer ( int  argMaximumBitRateForDownlinkExtended,
int  argGuaranteedBitRateForDownlinkExtended,
Oss.Nas1790.QualityOfService.ExtContainer.ExtContainerContainer.ExtContainer.ExtContainerContainer  argExt 
)
inline

Constructs an instance of ExtContainer with the specified components.

Parameters
argMaximumBitRateForDownlinkExtendedThe value of the maximumBitRateForDownlinkExtended mandatory field
argGuaranteedBitRateForDownlinkExtendedThe value of the guaranteedBitRateForDownlinkExtended mandatory field
argExtThe value of the ext optional field

Member Function Documentation

◆ Copy()

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

Represents a hash function for a particular type.

Returns
A hash code for the current object.