Click or drag to resize

WizPageExtensions Class

Extension methods for IWizPage objects. These methods are implemented as extensions because there are a relatively large number of object implementing IWizPage which cannot inherit functionality because they derive from different base classes.
Inheritance Hierarchy
SystemObject
  NetQuarryWizPageExtensions

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

The WizPageExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetCascadedText
Gets the text for the specified text item. This is obtained by calling GetCascadedText(IWizPage, String, String) and follows the multi-level override scheme defined there. Note that text set via SetWizPageText(IWizPage, String, String) is highest precedence.
Public methodStatic memberGetMapper
Gets the strongly typed IMapper for the wizard page.
Public methodStatic memberGetWizPageText
Gets the text for the specified text item, if exists, set via SetWizPageText(IWizPage, String, String).
Public methodStatic memberSetWizPageText
Sets localized text for the specified wizard page for this wizard instance only. Note that setting text on a PageInfo or PageElementInfo object is generally GLOBAL in nature and affects other application sessions, including seesions for other users, due to how pages are cached.
Top
See Also