C# Class Christoc.DNNTemplates.SetupWizard.WizardView

Interaction logic for SetupWizard.xaml
Inheritance: System.Windows.Window
显示文件 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_oe property

public string DevEnvironmentUrl
return string

OwnerEmail public_oe property

public string OwnerEmail
return string

OwnerName public_oe property

public string OwnerName
return string

OwnerWebsite public_oe property

public string OwnerWebsite
return string

RootNameSpace public_oe property

public string RootNameSpace
return string