Table of Contents

Class SiteCommandGenerator

Namespace
InSite.Application.Sites.Write
Assembly
Shift.Sdk.dll
public class SiteCommandGenerator
Inheritance
SiteCommandGenerator
Inherited Members
Extension Methods

Constructors

SiteCommandGenerator()

public SiteCommandGenerator()

Methods

GetCommands(QSite)

public List<ICommand> GetCommands(QSite site)

Parameters

site QSite

Returns

List<ICommand>

GetCommands(SiteState)

Returns the list of commands to create a Site.

public List<ICommand> GetCommands(SiteState site)

Parameters

site SiteState

Returns

List<ICommand>

GetDifferenceCommands(SiteState, SiteState)

public ICommand[] GetDifferenceCommands(SiteState original, SiteState changed)

Parameters

original SiteState
changed SiteState

Returns

ICommand[]