C# Class Gemini.Modules.Shell.Services.LayoutItemStatePersister

Inheritance: ILayoutItemStatePersister
Mostra file Open project: tgjones/gemini

Public Methods

Method Description
LoadState ( IShell shell, IShellView shellView, string fileName ) : bool
SaveState ( IShell shell, IShellView shellView, string fileName ) : bool

Private Methods

Method Description
GetTypeFromContractNameAsILayoutItem ( System.ComponentModel.Composition.ExportAttribute attribute ) : Type

Method Details

LoadState() public method

public LoadState ( IShell shell, IShellView shellView, string fileName ) : bool
shell IShell
shellView IShellView
fileName string
return bool

SaveState() public method

public SaveState ( IShell shell, IShellView shellView, string fileName ) : bool
shell IShell
shellView IShellView
fileName string
return bool