Table of Contents

Class FormSaveInfo

Namespace
Dynamicweb.DataManagement
Assembly
Dynamicweb.DataManagement.dll

FormSaveInfo POCO. Is in use of FormSave mechanism

public class FormSaveInfo
Inheritance
FormSaveInfo
Inherited Members

Constructors

FormSaveInfo(Dictionary<string, object>)

Constructs new FormSaveInfo object

public FormSaveInfo(Dictionary<string, object> savedValues)

Parameters

savedValues Dictionary<string, object>

Properties

SavedEvents

Set of SavedEvents

public Dictionary<FormSaveProvider, bool> SavedEvents { get; }

Property Value

Dictionary<FormSaveProvider, bool>

Dictionary instance

SavedValues

Set of SavedValues

public Dictionary<string, object> SavedValues { get; }

Property Value

Dictionary<string, object>

Dictionary instance

Successful

public bool Successful { get; }

Property Value

bool
To top