Represents the SEQUENCE
type
More...
Inherits Oss.Nas.Sequence.
Classes | |
class | PresentationIndicatorNumbers |
Defines meaningful names for particular values of the presentationIndicator field More... | |
class | ScreeningIndicatorNumbers |
Defines meaningful names for particular values of the screeningIndicator field More... | |
Public Member Functions | |
NAS1790_Tindicators () | |
The default constructor. | |
NAS1790_Tindicators (int argPresentationIndicator, int argScreeningIndicator) | |
Constructs an instance of NAS1790_Tindicators 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 | Ext2 [get] |
Field 'ext2' (mandatory, readonly) | |
int | PresentationIndicator [get, set] |
Field 'presentationIndicator' (mandatory) The NAS1790_Tindicators.PresentationIndicatorNumbers class defines meaningful names for particular values of the field | |
int | Spare [get] |
Field 'spare' (mandatory, readonly) | |
int | ScreeningIndicator [get, set] |
Field 'screeningIndicator' (mandatory) The NAS1790_Tindicators.ScreeningIndicatorNumbers class defines meaningful names for particular values of the field | |
Represents the SEQUENCE
type
|
inline |
Constructs an instance of NAS1790_Tindicators
with the specified components.
argPresentationIndicator | The value of the presentationIndicator mandatory field |
argScreeningIndicator | The value of the screeningIndicator mandatory field |
|
inline |
Creates a deep copy of this object.
|
inline |
Determines whether the specified object is equal to the current object.
right | The object to compare with this object. |
true
when the specified object is equal to the current object; otherwise, false.
|
inline |
Represents a hash function for a particular type.