OSS NAS Tools for C# for LTE/EPC for 3GPP Release 17.9.0
Oss.Nas1790.QualityOfService.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  SignalingIndicationNumbers
 Defines meaningful names for particular values of the signalingIndication field More...
 
class  SourceStatisticsDescriptorNumbers
 Defines meaningful names for particular values of the sourceStatisticsDescriptor field More...
 

Public Member Functions

 ExtContainerContainer ()
 The default constructor.
 
 ExtContainerContainer (int argSignalingIndication, int argSourceStatisticsDescriptor)
 Constructs an instance of ExtContainerContainer with the specified mandatory components. More...
 
 ExtContainerContainer (int argSignalingIndication, int argSourceStatisticsDescriptor, Oss.Nas1790.QualityOfService.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 Spare [get]
 Field 'spare' (mandatory, readonly)
 
int SignalingIndication [get, set]
 Field 'signalingIndication' (mandatory) The QualityOfService.ExtContainer.ExtContainerContainer.SignalingIndicationNumbers class defines meaningful names for particular values of the field
 
int SourceStatisticsDescriptor [get, set]
 Field 'sourceStatisticsDescriptor' (mandatory) The QualityOfService.ExtContainer.ExtContainerContainer.SourceStatisticsDescriptorNumbers class defines meaningful names for particular values of the field
 
Oss.Nas1790.QualityOfService.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.ExtContainerContainer ( int  argSignalingIndication,
int  argSourceStatisticsDescriptor 
)
inline

Constructs an instance of ExtContainerContainer with the specified mandatory components.

Parameters
argSignalingIndicationThe value of the signalingIndication mandatory field
argSourceStatisticsDescriptorThe value of the sourceStatisticsDescriptor mandatory field

◆ ExtContainerContainer() [2/2]

Oss.Nas1790.QualityOfService.ExtContainer.ExtContainerContainer.ExtContainerContainer ( int  argSignalingIndication,
int  argSourceStatisticsDescriptor,
Oss.Nas1790.QualityOfService.ExtContainer.ExtContainerContainer.ExtContainer  argExt 
)
inline

Constructs an instance of ExtContainerContainer with the specified components.

Parameters
argSignalingIndicationThe value of the signalingIndication mandatory field
argSourceStatisticsDescriptorThe value of the sourceStatisticsDescriptor mandatory field
argExtThe value of the ext optional field

Member Function Documentation

◆ Copy()

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

Represents a hash function for a particular type.

Returns
A hash code for the current object.