C# Class SenseNet.Packaging.Internal.BatchContentTypeInstallStep

Inheritance: ItemInstallStep
Afficher le fichier Open project: maxpavlov/FlexNet

Méthodes publiques

Méthode Description
BatchContentTypeInstallStep ( ContentTypeInstallStep typeSteps ) : System
Initialize ( ) : void
Install ( ) : StepResult
Probe ( ) : StepResult

Private Methods

Méthode Description
AddContentType ( string ctd ) : void

Method Details

BatchContentTypeInstallStep() public méthode

public BatchContentTypeInstallStep ( ContentTypeInstallStep typeSteps ) : System
typeSteps ContentTypeInstallStep
Résultat System

Initialize() public méthode

public Initialize ( ) : void
Résultat void

Install() public méthode

public Install ( ) : StepResult
Résultat StepResult

Probe() public méthode

public Probe ( ) : StepResult
Résultat StepResult