C# Class VSTalk.Engine.Core.Context.ModelContextSaver

Inheritance: IModelContextSaver
Exibir arquivo Open project: Irdis/VSTalk Class Usage Examples

Public Methods

Method Description
ModelContextSaver ( ) : VSTalk.Engine.Core.History
Save ( IModelContext context ) : void

Private Methods

Method Description
SaveAccount ( ) : void
SaveHistory ( ) : void

Method Details

ModelContextSaver() public method

public ModelContextSaver ( ) : VSTalk.Engine.Core.History
return VSTalk.Engine.Core.History

Save() public method

public Save ( IModelContext context ) : void
context IModelContext
return void