ProgramEntryAttribute class | QSYS API Reference Guide
A non-RPG class may use this attribute to indicate which method in it corresponds to RPG’s *ENTRY.
Namespace: ASNA.QSys.Runtime Assembly: ASNA.QSys.Runtime.dll
Inheritance: Object –> Attribute
Constructors
Name | Description |
---|---|
ProgramEntryAttribute(String) | Initializes a ProgramEntryAttribute object. |
ProgramEntryAttribute(String)
Initializes a ProgramEntryAttribute object.
ProgramEntryAttribute(String)
Parameters
Type | Parameter name | Description |
---|---|---|
String | entryProcedureName | Name of *ENTRY in this class. |
Properties
Type | Name | Description |
---|---|---|
String | EntryProcedureName | Gets the name of *ENTRY in this class. |