Class WizardDialogContext
Inheritance
WizardDialogContext
Assembly: SuperOffice.CRMWeb.dll
Syntax
public class WizardDialogContext : ContextBase
Constructors
WizardDialogContext()
Declaration
public WizardDialogContext()
Properties
CurrentViewIndex
Declaration
public int CurrentViewIndex { get; set; }
Property Value
DisplayViewFunction
Declaration
public string DisplayViewFunction { get; set; }
Property Value
LastViewIndex
Declaration
public int LastViewIndex { get; set; }
Property Value
NextButtonId
Declaration
public string NextButtonId { get; set; }
Property Value
NextClickFunction
Declaration
public string NextClickFunction { get; set; }
Property Value
NumberOfViews
Declaration
public int NumberOfViews { get; set; }
Property Value
OnOKClickFunction
Declaration
public string OnOKClickFunction { get; set; }
Property Value
PreviousButtonId
Declaration
public string PreviousButtonId { get; set; }
Property Value
PreviousClickFunction
Declaration
public string PreviousClickFunction { get; set; }
Property Value
SetMainTextFunction
Declaration
public string SetMainTextFunction { get; set; }
Property Value
SetSubTextFunction
Declaration
public string SetSubTextFunction { get; set; }
Property Value
ViewPanels
Declaration
public string[] ViewPanels { get; set; }
Property Value
WizardLabelsId
Declaration
public string WizardLabelsId { get; set; }
Property Value