Represents the PFC-portRange
type
More...
Inherits Oss.Nas.Sequence.
|
| PFCPortRange () |
| The default constructor.
|
|
| PFCPortRange (int argPortRangeLowLimit, int argPortRangeHighLimit) |
| Constructs an instance of PFCPortRange 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...
|
|
|
int | PortRangeLowLimit [get, set] |
| Field 'portRangeLowLimit' (mandatory)
|
|
int | PortRangeHighLimit [get, set] |
| Field 'portRangeHighLimit' (mandatory)
|
|
Represents the PFC-portRange
type
◆ PFCPortRange()
Oss.Nas1790.PFCPortRange.PFCPortRange |
( |
int |
argPortRangeLowLimit, |
|
|
int |
argPortRangeHighLimit |
|
) |
| |
|
inline |
Constructs an instance of PFCPortRange
with the specified components.
- Parameters
-
argPortRangeLowLimit | The value of the portRangeLowLimit mandatory field |
argPortRangeHighLimit | The value of the portRangeHighLimit mandatory field |
◆ Copy()
object Oss.Nas1790.PFCPortRange.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.PFCPortRange.Equals |
( |
object |
right | ) |
|
|
inline |
Determines whether the specified object is equal to the current object.
- Parameters
-
right | The 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.PFCPortRange.GetHashCode |
( |
| ) |
|
|
inline |
Represents a hash function for a particular type.
- Returns
- A hash code for the current object.