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

Inheritance: Sitecore.Data.Engines.DataCommands.SaveItemCommand, IDataEngineCommand
显示文件 Open project: sergeyshushlyapin/Sitecore.FakeDb

Public Methods

Method Description
SaveItemCommand ( DataStorage dataStorage ) : System

Protected Methods

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

Private Methods

Method Description
IsTemplateField ( DbTemplate template, ID fieldId ) : bool

Method Details

CreateInstance() protected method

protected CreateInstance ( ) : Sitecore.Data.Engines.DataCommands.SaveItemCommand
return Sitecore.Data.Engines.DataCommands.SaveItemCommand

DoExecute() protected method

protected DoExecute ( ) : bool
return bool

SaveItemCommand() public method

public SaveItemCommand ( DataStorage dataStorage ) : System
dataStorage DataStorage
return System

UpdateBasicData() protected method

protected UpdateBasicData ( DbItem fakeItem ) : void
fakeItem DbItem
return void

UpdateFields() protected method

protected UpdateFields ( DbItem fakeItem ) : void
fakeItem DbItem
return void