WARAddIn Class

Summary for WAR

Definition

Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
[SerializableAttribute]
[GuidAttribute("0BE9CCFD-29B4-4a42-B34E-76F5FE9B6BB4")]
[ComVisibleAttribute(true)]
[CapeVersionAttribute("1.0")]
[CapeNameAttribute("WAR Add-In")]
[CapeAboutAttribute("Waste Reduction Algorithm Add-in")]
[CapeDescriptionAttribute("Waste Reduction Algorithm Add-in")]
[ClassInterfaceAttribute(ClassInterfaceType.None)]
[CapeVendorURLAttribute("http://www.epa.gov/nrmrl/std/sab/war/sim_war.htm")]
[CapeFlowsheetMonitoringAttribute(true)]
public class WARAddIn : CapeObjectBase
Inheritance
Object    CapeIdentification    CapeObjectBase    WARAddIn

Constructors

WARAddIn Displays the PMC graphic interface, if available.

Properties

ComponentDescription Gets and sets the description of the component.
(Inherited from CapeIdentification)
ComponentName Gets and sets the name of the component.
(Inherited from CapeIdentification)
Parameters Gets the component's collection of parameters.
(Inherited from CapeObjectBase)

Methods

AddData 
Edit Displays the PMC graphic interface, if available.
(Overrides CapeObjectBaseEdit)
LogMessage Writes a string to the PME's log file.
(Inherited from CapeObjectBase)
NotifyPropertyChanged Notifies the collection that the value of a proparty of the parameter has been changed.
(Inherited from CapeIdentification)
OnComponentDescriptionChanged Occurs when the user changes of the description of a component.
(Inherited from CapeIdentification)
OnComponentNameChanged Occurs when the user changes of the description of a component.
(Inherited from CapeIdentification)
PopUpMessage Writes a message to the terminal.
(Inherited from CapeObjectBase)
throwException Throws and exceptiona and exposes the exception object.
(Inherited from CapeObjectBase)
Validate Validates the PMC.
(Inherited from CapeObjectBase)

Events

ComponentDescriptionChanged Occurs when the user changes of the description of a component.
(Inherited from CapeIdentification)
ComponentNameChanged Occurs when the user changes of the name of a component.
(Inherited from CapeIdentification)
PropertyChanged Notifies the collection that the value of a proparty of the parameter has been changed.
(Inherited from CapeIdentification)

Fields

Extension Methods

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

See Also