C# Class SenseNet.Packaging.CustomInstallStep

显示文件 Open project: maxpavlov/FlexNet Class Usage Examples

Public Methods

Method Description
OnAfterCheckRequirements ( bool probing ) : StepResult
OnAfterInstallContentTypes ( bool probing ) : StepResult
OnAfterInstallContents ( bool probing ) : StepResult
OnAfterInstallExecutables ( bool probing ) : StepResult
OnBeforeCheckRequirements ( bool probing ) : StepResult
OnBeforeInstallContentTypes ( bool probing ) : StepResult
OnBeforeInstallContents ( bool probing ) : StepResult
OnBeforeInstallExecutables ( bool probing ) : StepResult
OnPackageValidated ( bool probing ) : StepResult
OnPackageValidating ( bool probing ) : StepResult

Private Methods

Method Description
AddCustomStepTypes ( Type types ) : void
Invoke ( MethodInfo method, bool probing, int &warnings ) : bool

Method Details

OnAfterCheckRequirements() public method

public OnAfterCheckRequirements ( bool probing ) : StepResult
probing bool
return StepResult

OnAfterInstallContentTypes() public method

public OnAfterInstallContentTypes ( bool probing ) : StepResult
probing bool
return StepResult

OnAfterInstallContents() public method

public OnAfterInstallContents ( bool probing ) : StepResult
probing bool
return StepResult

OnAfterInstallExecutables() public method

public OnAfterInstallExecutables ( bool probing ) : StepResult
probing bool
return StepResult

OnBeforeCheckRequirements() public method

public OnBeforeCheckRequirements ( bool probing ) : StepResult
probing bool
return StepResult

OnBeforeInstallContentTypes() public method

public OnBeforeInstallContentTypes ( bool probing ) : StepResult
probing bool
return StepResult

OnBeforeInstallContents() public method

public OnBeforeInstallContents ( bool probing ) : StepResult
probing bool
return StepResult

OnBeforeInstallExecutables() public method

public OnBeforeInstallExecutables ( bool probing ) : StepResult
probing bool
return StepResult

OnPackageValidated() public method

public OnPackageValidated ( bool probing ) : StepResult
probing bool
return StepResult

OnPackageValidating() public method

public OnPackageValidating ( bool probing ) : StepResult
probing bool
return StepResult