BudgetAnalyser.Engine.Services.ReconciliationService.SavePreview C# (CSharp) Méthode

SavePreview() public méthode

Called before Save is called. This will be called on the UI Thread. Objects can optionally add some context data that will be passed to the ISupportsModelPersistence.SaveAsync method call. This can be used to finalise any edits or prompt the user for closing data, ie, a "what-did-you-change" comment; this can't be done during save as it may not be called using the UI Thread.
public SavePreview ( ) : void
Résultat void
        public void SavePreview()
        {
        }