C# Class Panteon.Sdk.History.NullHistoryStorage

Inheritance: IHistoryStorage
Exibir arquivo Open project: PanteonProject/Panteon.Sdk

Public Methods

Method Description
Load ( string name, System.DateTime @from = null, System.DateTime to = null ) : IEnumerable
Store ( HistoryModel historyModel ) : bool

Method Details

Load() public method

public Load ( string name, System.DateTime @from = null, System.DateTime to = null ) : IEnumerable
name string
@from System.DateTime
to System.DateTime
return IEnumerable

Store() public method

public Store ( HistoryModel historyModel ) : bool
historyModel HistoryModel
return bool