C# Class Sitecore.FakeDb.Data.Engines.DataCommands.SaveItemCommand

Inheritance: Sitecore.Data.Engines.DataCommands.SaveItemCommand, IDataEngineCommand
Afficher le fichier Open project: sergeyshushlyapin/Sitecore.FakeDb

Méthodes publiques

Méthode Description
SaveItemCommand ( DataStorage dataStorage ) : System

Méthodes protégées

Méthode Description
CreateInstance ( ) : Sitecore.Data.Engines.DataCommands.SaveItemCommand
DoExecute ( ) : bool
UpdateBasicData ( DbItem fakeItem ) : void
UpdateFields ( DbItem fakeItem ) : void

Private Methods

Méthode Description
IsTemplateField ( DbTemplate template, ID fieldId ) : bool

Method Details

CreateInstance() protected méthode

protected CreateInstance ( ) : Sitecore.Data.Engines.DataCommands.SaveItemCommand
Résultat Sitecore.Data.Engines.DataCommands.SaveItemCommand

DoExecute() protected méthode

protected DoExecute ( ) : bool
Résultat bool

SaveItemCommand() public méthode

public SaveItemCommand ( DataStorage dataStorage ) : System
dataStorage DataStorage
Résultat System

UpdateBasicData() protected méthode

protected UpdateBasicData ( DbItem fakeItem ) : void
fakeItem DbItem
Résultat void

UpdateFields() protected méthode

protected UpdateFields ( DbItem fakeItem ) : void
fakeItem DbItem
Résultat void