Click or drag to resize

WizCompletedPageInfo Class

Describes a completed wizard page in an IWizardTemplate wizard and accessible via CompletedPages. In the case of a completed page from another wizard instance that chained to this wizard, only the StepCaption will be available and Info will be null.
Inheritance Hierarchy
SystemObject
  NetQuarryWizCompletedPageInfo

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public class WizCompletedPageInfo

The WizCompletedPageInfo type exposes the following members.

Constructors
  NameDescription
Public methodWizCompletedPageInfo
Default constructor.
Public methodWizCompletedPageInfo(String)
Constructs from a step caption string. This constructor is used for pages completed, not in the current wizard, but in a wizard that chained (directly or indirectly) to this wizard. In the case of such chaining, no PageElementInfo information is available and Info will be null.
Public methodWizCompletedPageInfo(PageElementInfo)
Constructs from a live PageElementInfo object. This constructor is used for pages completed (and the current page) in the current wizard instance where the PageElementInfo is available.
Top
Properties
  NameDescription
Public propertyInfo
The wizard page's PageElementInfo. This will be valid only if the wizard page is from the current wizard instance. If the element is from a previous wizard instance that chained to this instance then the value will be null.
Public propertyStepCaption
The step's localized caption.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public methodStatic memberWizStepCaption
Gets the StepCaption for the specified wizard PageElementInfo page.
Top
Fields
  NameDescription
Public fieldStatic memberStepBarIfUsed
Caption prefix indicating that this page should only be shown in the StepBar once the page has used. This prefix is applied when the page element has the StepBarIfUsed attribute set. Applies only when the wizard's ShowStepBar attribute is set.
Top
Extension Methods
  NameDescription
Public Extension MethodEqualValue
Determines if the object value is equal to another object. If the two objects are null, then this returns true. There is special handling for guid comparisons (since a guid could be a string formatted in up to 3 different ways). If the special guid handling is not performed, then the object.Equals method is used.
(Defined by EAPUtil.)
Top
See Also