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

Inheritance: Sitecore.Data.Engines.DataCommands.GetItemCommand, IDataEngineCommand
Mostrar archivo Open project: sergeyshushlyapin/Sitecore.FakeDb Class Usage Examples

Public Methods

Method Description
GetItemCommand ( DataStorage dataStorage ) : System

Protected Methods

Method Description
CreateInstance ( ) : Sitecore.Data.Engines.DataCommands.GetItemCommand
DoExecute ( ) : Item

Method Details

CreateInstance() protected method

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

DoExecute() protected method

protected DoExecute ( ) : Item
return Item

GetItemCommand() public method

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