Show / Hide Table of Contents

Class SoProtocolProvider

Inheritance
Object
ViewStateProviderBase
SoProtocolProvider
SoMiniPreviewProvider
SoProtocolSessionProvider
Implements
IViewStateProvider
Inherited Members
ViewStateProviderBase.GetNextCurrent(String)
ViewStateProviderBase.GetPreviousCurrent(String)
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 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
Type Name Description
String entityName
Boolean returnIfEmpty
Boolean setSpecifiedCurrentOnly
Returns
Type Description
HistoryItem
Overrides
ViewStateProviderBase.GetCurrent(String, Boolean, Boolean)

SetCurrent(String, HistoryItem, Boolean)

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

Implements

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