Click or drag to resize

cProgressMessage Class

[Missing <summary> documentation for "T:EwECore.cProgressMessage"]

Inheritance Hierarchy

Namespace:  EwECore
Assembly:  EwECore (in EwECore.dll) Version: 6.6.15981.0 (6.6.15981.0)
Syntax
public class cProgressMessage : cMessage

The cProgressMessage type exposes the following members.

Constructors
  NameDescription
Public methodcProgressMessage
Create a new progress message.
Top
Properties
  NameDescription
Public propertyDataType (Inherited from cMessage.)
Public propertyHyperlink
Get/set the hyperlink for this message.
(Inherited from cMessage.)
Public propertyImportance (Inherited from cMessage.)
Public propertyMessage (Inherited from cMessage.)
Public propertyProgress
Get the progress [0, 1] of the operation that this message reports on.
Public propertyProgressState
Get the state of the operation that this message reports on.
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