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

Inheritance: ILayoutItemStatePersister
Afficher le fichier Open project: tgjones/gemini

Méthodes publiques

Méthode Description
LoadState ( IShell shell, IShellView shellView, string fileName ) : bool
SaveState ( IShell shell, IShellView shellView, string fileName ) : bool

Private Methods

Méthode Description
GetTypeFromContractNameAsILayoutItem ( System.ComponentModel.Composition.ExportAttribute attribute ) : Type

Method Details

LoadState() public méthode

public LoadState ( IShell shell, IShellView shellView, string fileName ) : bool
shell IShell
shellView IShellView
fileName string
Résultat bool

SaveState() public méthode

public SaveState ( IShell shell, IShellView shellView, string fileName ) : bool
shell IShell
shellView IShellView
fileName string
Résultat bool