UnitOperationEndCalculationEventArgs Class

The unit operation was validated.

Definition

Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
[SerializableAttribute]
[ClassInterfaceAttribute(ClassInterfaceType.None)]
[ComVisibleAttribute(true)]
[GuidAttribute("172F4D6E-65D1-4D9E-A275-7880FA3A40A5")]
public class UnitOperationEndCalculationEventArgs : EventArgs, 
	IUnitOperationEndCalculationEventArgs
Inheritance
Object    EventArgs    UnitOperationEndCalculationEventArgs
Implements
IUnitOperationEndCalculationEventArgs

Remarks

Provides information about the validation of the unit operation.

Constructors

UnitOperationEndCalculationEventArgsCreates an instance of the UnitOperationEndCalculationEventArgs class for the unit operation .

Properties

Message The message from the unit operation regarding the completion of the calculation process.
UnitOperationName The name of the unit operation being calculated.

Fields

Extension Methods

GetEnumNames
(Defined by General)
IsValidDouble
(Defined by General)

See Also