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

Represents the TrafficFlowTemplate-parameters type More...

Inherits Sequence.

Classes

class  PacketFilterListType
 Represents the type of the packetFilterList field More...
 

Public Member Functions

 TrafficFlowTemplateParameters ()
 The default constructor. More...
 
 TrafficFlowTemplateParameters (Oss.Nas1670.TrafficFlowTemplateParameters.PacketFilterListType argPacketFilterList)
 Constructs an instance of TrafficFlowTemplateParameters with the specified mandatory components. More...
 
 TrafficFlowTemplateParameters (Oss.Nas1670.TrafficFlowTemplateParameters.PacketFilterListType argPacketFilterList, Oss.Nas1670.TFTParameterList argParameterList)
 Constructs an instance of TrafficFlowTemplateParameters 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 NumberOfPacketFilters [get]
 Field 'numberOfPacketFilters' (mandatory, readonly) More...
 
Oss.Nas1670.TrafficFlowTemplateParameters.PacketFilterListType PacketFilterList [get, set]
 Field 'packetFilterList' (mandatory) More...
 
Oss.Nas1670.TFTParameterList ParameterList [get, set]
 Field 'parameterList' (optional) More...
 

Detailed Description

Represents the TrafficFlowTemplate-parameters type

Constructor & Destructor Documentation

◆ TrafficFlowTemplateParameters() [1/3]

Oss.Nas1670.TrafficFlowTemplateParameters.TrafficFlowTemplateParameters ( )
inline

The default constructor.

◆ TrafficFlowTemplateParameters() [2/3]

Oss.Nas1670.TrafficFlowTemplateParameters.TrafficFlowTemplateParameters ( Oss.Nas1670.TrafficFlowTemplateParameters.PacketFilterListType  argPacketFilterList)
inline

Constructs an instance of TrafficFlowTemplateParameters with the specified mandatory components.

Parameters
argPacketFilterListThe value of the packetFilterList mandatory field

◆ TrafficFlowTemplateParameters() [3/3]

Oss.Nas1670.TrafficFlowTemplateParameters.TrafficFlowTemplateParameters ( Oss.Nas1670.TrafficFlowTemplateParameters.PacketFilterListType  argPacketFilterList,
Oss.Nas1670.TFTParameterList  argParameterList 
)
inline

Constructs an instance of TrafficFlowTemplateParameters with the specified components.

Parameters
argPacketFilterListThe value of the packetFilterList mandatory field
argParameterListThe value of the parameterList optional field

Member Function Documentation

◆ Copy()

object Oss.Nas1670.TrafficFlowTemplateParameters.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.TrafficFlowTemplateParameters.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.TrafficFlowTemplateParameters.GetHashCode ( )
inline

Represents a hash function for a particular type.

Returns
A hash code for the current object.

Property Documentation

◆ NumberOfPacketFilters

int Oss.Nas1670.TrafficFlowTemplateParameters.NumberOfPacketFilters
get

Field 'numberOfPacketFilters' (mandatory, readonly)

◆ PacketFilterList

Oss.Nas1670.TrafficFlowTemplateParameters.PacketFilterListType Oss.Nas1670.TrafficFlowTemplateParameters.PacketFilterList
getset

Field 'packetFilterList' (mandatory)

◆ ParameterList

Oss.Nas1670.TFTParameterList Oss.Nas1670.TrafficFlowTemplateParameters.ParameterList
getset

Field 'parameterList' (optional)