Click or drag to resize

cFeedbackMessage Class

A feedback message is the only vehicle for the EwE Core to prompt a user interface for feedback.
Inheritance Hierarchy

Namespace:  EwECore
Assembly:  EwECore (in EwECore.dll) Version: 6.6.15981.0 (6.6.15981.0)
Syntax
public class cFeedbackMessage : cMessage, 
	IFeedbackMessage

The cFeedbackMessage type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyDataType (Inherited from cMessage.)
Public propertyHyperlink
Get/set the hyperlink for this message.
(Inherited from cMessage.)
Public propertyImportance (Overrides cMessageImportance.)
Public propertyMessage (Inherited from cMessage.)
Public propertyReply
Public propertyReplyStyle
Public propertySource (Inherited from cMessage.)
Public propertySuppressable (Inherited from cMessage.)
Public propertySuppressed (Inherited from cMessage.)
Public propertyType (Inherited from cMessage.)
Public propertyVariables
Get the variables associated with this message.
(Inherited from cMessage.)
Top
Methods
  NameDescription
Public methodAddVariable
Add a cVariableStatus object to the list of variables that this message applies to.
(Inherited from cMessage.)
Public methodEquals
Helper method, compares this message to another object.
(Inherited from cMessage.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodHasVariable(cVariableStatus)
Returns whether a message has a given variable attached.
(Inherited from cMessage.)
Public methodHasVariable(eVarNameFlags)
Returns whether a message has a given variable attached.
(Inherited from cMessage.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString (Inherited from cMessage.)
Top
Extension Methods
  NameDescription
Public Extension MethodValue
Extension method; extract a value from an object by property name.
(Defined by Extensions.)
Top
See Also