Show / Hide Table of Contents

Class SoProtocolDebugProvider

Inheritance
Object
SoProtocolDebugProvider
Implements
IViewStateProvider
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: SuperOffice.DCF.Web.Protocol
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
Type Name Description
String entityName
Boolean returnIfEmpty
Boolean setSpecifiedCurrentOnly
Returns
Type Description
HistoryItem

GetNextCurrent(String)

Declaration
public HistoryItem GetNextCurrent(string entityName)
Parameters
Type Name Description
String entityName
Returns
Type Description
HistoryItem

GetPreviousCurrent(String)

Declaration
public HistoryItem GetPreviousCurrent(string entityName)
Parameters
Type Name Description
String entityName
Returns
Type Description
HistoryItem

SetCurrent(String, HistoryItem, Boolean)

Declaration
public void SetCurrent(string entityName, HistoryItem current, bool setSpecifiedCurrentOnly = false)
Parameters
Type Name Description
String entityName
HistoryItem current
Boolean setSpecifiedCurrentOnly

Implements

IViewStateProvider
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top