OSS NAS Tools for C# for LTE/EPC for 3GPP Release 16.7.0
Oss.Nas1670.QualityOfService.ExtContainer.ExtContainerType Class Reference

Represents the type of the ext field More...

Inherits 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

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

Detailed Description

Represents the type of the ext field

Constructor & Destructor Documentation

◆ ExtContainerType() [1/3]

Oss.Nas1670.QualityOfService.ExtContainer.ExtContainerType.ExtContainerType ( )
inline

The default constructor.

◆ ExtContainerType() [2/3]

Oss.Nas1670.QualityOfService.ExtContainer.ExtContainerType.ExtContainerType ( int  argSignalingIndication,
int  argSourceStatisticsDescriptor 
)
inline

Constructs an instance of ExtContainerType with the specified mandatory components.

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

◆ ExtContainerType() [3/3]

Oss.Nas1670.QualityOfService.ExtContainer.ExtContainerType.ExtContainerType ( int  argSignalingIndication,
int  argSourceStatisticsDescriptor,
Oss.Nas1670.QualityOfService.ExtContainer.ExtContainerType.ExtContainer  argExt 
)
inline

Constructs an instance of ExtContainerType 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.Nas1670.QualityOfService.ExtContainer.ExtContainerType.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.Nas1670.QualityOfService.ExtContainer.ExtContainerType.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.Nas1670.QualityOfService.ExtContainer.ExtContainerType.GetHashCode ( )
inline

Represents a hash function for a particular type.

Returns
A hash code for the current object.

Property Documentation

◆ Ext

Oss.Nas1670.QualityOfService.ExtContainer.ExtContainerType.ExtContainer Oss.Nas1670.QualityOfService.ExtContainer.ExtContainerType.Ext
getset

Field 'ext' (optional)

◆ SignalingIndication

int Oss.Nas1670.QualityOfService.ExtContainer.ExtContainerType.SignalingIndication
getset

Field 'signalingIndication' (mandatory) The QualityOfService.ExtContainer.ExtContainerType.SignalingIndicationNumbers class defines meaningful names for particular values of the field

◆ SourceStatisticsDescriptor

int Oss.Nas1670.QualityOfService.ExtContainer.ExtContainerType.SourceStatisticsDescriptor
getset

Field 'sourceStatisticsDescriptor' (mandatory) The QualityOfService.ExtContainer.ExtContainerType.SourceStatisticsDescriptorNumbers class defines meaningful names for particular values of the field

◆ Spare

int Oss.Nas1670.QualityOfService.ExtContainer.ExtContainerType.Spare
get

Field 'spare' (mandatory, readonly)