C# Class Panteon.Sdk.History.NullHistoryStorage

Inheritance: IHistoryStorage
Afficher le fichier Open project: PanteonProject/Panteon.Sdk

Méthodes publiques

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

Method Details

Load() public méthode

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

Store() public méthode

public Store ( HistoryModel historyModel ) : bool
historyModel HistoryModel
Résultat bool