VaryingLengthFieldAttribute class

A non-RPG class may stamp a property or field member with this attribute to be considered as a varying length field by a consumer RPG program.

Namespace: ASNA.QSys.Runtime Assembly: ASNA.QSys.Runtime.dll

Inheritance: Object –> Attribute

Constructors

Name Description
VaryingLengthFieldAttribute(String, Int32) Initializes a VaryingLengthFieldAttribute object. Describes the item as a fixed-size string with varying length.

VaryingLengthFieldAttribute(String, Int32)

Initializes a VaryingLengthFieldAttribute object. Describes the item as a fixed-size string with varying length.

VaryingLengthFieldAttribute(String, Int32)

Parameters

Type Parameter name Description
String funcName The name of the field that contains the current length.
Int32 maxLength The maximum length of the field.

Properties

Type Name Description
String FunctionName Gets the name of the associated current length field.
Int32 MaxLength Gets the maximum length.