Class SoProtocolDebugProvider
Inheritance
SoProtocolDebugProvider
Assembly: SuperOffice.DCFWeb.dll
Syntax
public class SoProtocolDebugProvider : IViewStateProvider
Constructors
SoProtocolDebugProvider()
Declaration
public SoProtocolDebugProvider()
Methods
GetCurrent(String, Boolean, Boolean)
Declaration
public HistoryItem GetCurrent(string entityName, bool returnIfEmpty, bool setSpecifiedCurrentOnly)
Parameters
Returns
GetNextCurrent(String)
Declaration
public HistoryItem GetNextCurrent(string entityName)
Parameters
| Type |
Name |
Description |
| String |
entityName |
|
Returns
GetPreviousCurrent(String)
Declaration
public HistoryItem GetPreviousCurrent(string entityName)
Parameters
| Type |
Name |
Description |
| String |
entityName |
|
Returns
SetCurrent(String, HistoryItem, Boolean)
Declaration
public void SetCurrent(string entityName, HistoryItem current, bool setSpecifiedCurrentOnly = false)
Parameters
Implements