Skip to main content

Ens.SSH.InteractiveAuth.DTL

class Ens.SSH.InteractiveAuth.DTL extends Ens.DataTransformDTL

Parameters

parameter IGNOREMISSINGSOURCE = 1;
Inherited description: Override this parameter to 1 in your DTL subclass to make it ignore errors resulting from an attempt to use a value from a source property or virtual property that does not exist in the provided source object
parameter REPORTERRORS = 1;
Inherited description: Override this parameter to 1 in your DTL subclass to make it log and return all errors encountered while executing the transform. When this parameter is set to 0 the DTL will silently log them as Trace messages with category 'xform'.
parameter TREATEMPTYREPEATINGFIELDASNULL = 0;
Inherited description: Override this parameter to 1 in your DTL subclass to prevent 'for each' loops from being implemented when the property to iterate over is a repeating field and that field is empty

Inherited Members

Inherited Methods

FeedbackOpens in a new tab