Skip to main content

EnsLib.IWay.IBO.CncResult

Deprecated

Property Inventory

Method Inventory

Parameters

parameter XMLNAME = cncresult;
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 RawStatus as EnsLib.IWay.IBO.Status (XMLNAME = "edastatus");
This is the real status from this tag
Property methods: RawStatusGet(), RawStatusGetSwizzled(), RawStatusIsValid(), RawStatusNewObject(), RawStatusSet()
property Result as EnsLib.IWay.IBO.Result (XMLNAME = "result");
Property methods: ResultGet(), ResultGetSwizzled(), ResultIsValid(), ResultNewObject(), ResultSet()
property Status as EnsLib.IWay.IBO.Status (XMLPROJECTION = "NONE") [ Calculated ];
Sometimes the status appears one level deeper, inside the Result tag. This property presents the local Status if available, otherwise the Result.Status

Methods

method StatusGet() as EnsLib.IWay.IBO.Status

Inherited Members

Inherited Methods

FeedbackOpens in a new tab