Skip to main content

EnsLib.ITK.DTS.Framework.Status

serial class EnsLib.ITK.DTS.Framework.Status extends %Library.SerialObject, %XML.Adaptor

DTS XML Class to represent structure of Status structure within DTS Control file

Property Inventory

Parameters

parameter XMLNAME = StatusRecord;
Inherited description: This parameter provides the default XMLNAME for the class. If it is empty then the class name will be used to construct a default XML name. The default XMLNAME is used as the top level tag when exporting objects and the export context did not provide an XML container name.

Properties

property DateTime as %String);
Property methods: DateTimeDisplayToLogical(), DateTimeGet(), DateTimeIsValid(), DateTimeLogicalToDisplay(), DateTimeLogicalToOdbc(), DateTimeNormalize(), DateTimeSet()
property Description as %String);
Property methods: DescriptionDisplayToLogical(), DescriptionGet(), DescriptionIsValid(), DescriptionLogicalToDisplay(), DescriptionLogicalToOdbc(), DescriptionNormalize(), DescriptionSet()
property Event as %String);
Property methods: EventDisplayToLogical(), EventGet(), EventIsValid(), EventLogicalToDisplay(), EventLogicalToOdbc(), EventNormalize(), EventSet()
property Status as %String);
Property methods: StatusDisplayToLogical(), StatusGet(), StatusIsValid(), StatusLogicalToDisplay(), StatusLogicalToOdbc(), StatusNormalize(), StatusSet()
property StatusCode as %String);
Property methods: StatusCodeDisplayToLogical(), StatusCodeGet(), StatusCodeIsValid(), StatusCodeLogicalToDisplay(), StatusCodeLogicalToOdbc(), StatusCodeNormalize(), StatusCodeSet()

Inherited Members

Inherited Methods

FeedbackOpens in a new tab