Class SoProtocolProvider
Inheritance
SoProtocolProvider
Assembly: SuperOffice.DCFWeb.dll
Syntax
public class SoProtocolProvider : ViewStateProviderBase, IViewStateProvider
Constructors
SoProtocolProvider()
Declaration
public SoProtocolProvider()
Methods
GetCurrent(String, Boolean, Boolean)
Declaration
public override HistoryItem GetCurrent(string entityName, bool returnIfEmpty, bool setSpecifiedCurrentOnly = false)
Parameters
Returns
Overrides
SetCurrent(String, HistoryItem, Boolean)
Declaration
public override void SetCurrent(string entityName, HistoryItem current, bool setSpecifiedCurrentOnly = false)
Parameters
Overrides
Implements