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

Represents the AveragingWindow type More...

Inherits Sequence.

Public Member Functions

 AveragingWindow ()
 The default constructor. More...
 
 AveragingWindow (int argAverage, int argContent)
 Constructs an instance of AveragingWindow 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 Average [get, set]
 Field 'average' (mandatory) More...
 
int Content [get, set]
 Field 'content' (mandatory) More...
 

Detailed Description

Represents the AveragingWindow type

Constructor & Destructor Documentation

◆ AveragingWindow() [1/2]

Oss.Nas5GS1680.AveragingWindow.AveragingWindow ( )
inline

The default constructor.

◆ AveragingWindow() [2/2]

Oss.Nas5GS1680.AveragingWindow.AveragingWindow ( int  argAverage,
int  argContent 
)
inline

Constructs an instance of AveragingWindow with the specified components.

Parameters
argAverageThe value of the average mandatory field
argContentThe value of the content mandatory field

Member Function Documentation

◆ Copy()

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

Represents a hash function for a particular type.

Returns
A hash code for the current object.

Property Documentation

◆ Average

int Oss.Nas5GS1680.AveragingWindow.Average
getset

Field 'average' (mandatory)

◆ Content

int Oss.Nas5GS1680.AveragingWindow.Content
getset

Field 'content' (mandatory)