C# Class Christoc.DNNTemplates.SetupWizard.WizardView

Interaction logic for SetupWizard.xaml
Inheritance: System.Windows.Window
Show file Open project: ChrisHammond/DNNTemplates Class Usage Examples

Public Properties

Property Type Description
DevEnvironmentUrl string
OwnerEmail string
OwnerName string
OwnerWebsite string
RootNameSpace string

Public Methods

Method Description
WizardView ( ) : System

Private Methods

Method Description
Hyperlink_RequestNavigate ( object sender, System.Windows.Navigation.RequestNavigateEventArgs e ) : void
InitializeForm ( ) : void
btnOk_Click ( object sender, RoutedEventArgs e ) : void

Method Details

WizardView() public method

public WizardView ( ) : System
return System

Property Details

DevEnvironmentUrl public property

public string DevEnvironmentUrl
return string

OwnerEmail public property

public string OwnerEmail
return string

OwnerName public property

public string OwnerName
return string

OwnerWebsite public property

public string OwnerWebsite
return string

RootNameSpace public property

public string RootNameSpace
return string