C# Class SIM.Tool.Base.Wizards.StepInfo

Datei anzeigen Open project: Sitecore/Sitecore-Instance-Manager Class Usage Examples

Public Properties

Property Type Description
Control System.Type
Param string
Title string

Public Methods

Method Description
StepInfo ( string title, Type control, string param = null ) : System

Method Details

StepInfo() public method

public StepInfo ( string title, Type control, string param = null ) : System
title string
control System.Type
param string
return System

Property Details

Control public_oe property

public Type,System Control
return System.Type

Param public_oe property

public string Param
return string

Title public_oe property

public string Title
return string