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

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

Protected Properties

Property Type Description
WizardArgumentsType System.Type

Public Methods

Method Description
FinishActionHive ( Type type ) : System
GetFinishActions ( SIM.Tool.Base.Wizards.WizardArgs wizardArgs ) : IEnumerable

Method Details

FinishActionHive() public method

public FinishActionHive ( Type type ) : System
type System.Type
return System

GetFinishActions() public abstract method

public abstract GetFinishActions ( SIM.Tool.Base.Wizards.WizardArgs wizardArgs ) : IEnumerable
wizardArgs SIM.Tool.Base.Wizards.WizardArgs
return IEnumerable

Property Details

WizardArgumentsType protected_oe property

protected Type,System WizardArgumentsType
return System.Type