C# Class OxxCommerceStarterKit.Web.Business.Initialization.CreatingContentSetDefaultsHandler

Inheritance: IInitializableModule
Afficher le fichier Open project: episerver/Commerce-Demo-Kit

Méthodes publiques

Свойство Type Description
IndexingEnabled bool

Protected Properties

Свойство Type Description
_log ILogger

Méthodes publiques

Méthode Description
Initialize ( InitializationEngine context ) : void
Preload ( string parameters ) : void
Uninitialize ( InitializationEngine context ) : void

Private Methods

Méthode Description
EventsOnCreatingContent ( object sender, ContentEventArgs contentEventArgs ) : void
SetPropertyValue ( IContent content, string key, string value ) : void

Method Details

Initialize() public méthode

public Initialize ( InitializationEngine context ) : void
context InitializationEngine
Résultat void

Preload() public méthode

public Preload ( string parameters ) : void
parameters string
Résultat void

Uninitialize() public méthode

public Uninitialize ( InitializationEngine context ) : void
context InitializationEngine
Résultat void

Property Details

IndexingEnabled public_oe static_oe property

Set this flag to temporary disable indexing while running long jobs. It is enabled by default.
public static bool IndexingEnabled
Résultat bool

_log protected_oe static_oe property

protected static ILogger _log
Résultat ILogger