Class SuperStateController
Inheritance
SuperStateController
Assembly: SuperOffice.CRMWeb.dll
Syntax
public class SuperStateController : ApiController, IRequiresSessionState
Constructors
SuperStateController()
Declaration
public SuperStateController()
Methods
AddHistoryItem(SuperStateController.SetHistoryItemRequest)
Declaration
public void AddHistoryItem(SuperStateController.SetHistoryItemRequest setHistoryItemRequest)
Parameters
ClearCurrent(String, Int32)
Declaration
public void ClearCurrent(string entityName, int id)
Parameters
GetCurrent(SuperStateController.GetCurrentRequest)
Declaration
public HistoryItem GetCurrent(SuperStateController.GetCurrentRequest getCurrentRequest)
Parameters
Returns
GetCurrentPrinicipalAssociateId()
Declaration
public int GetCurrentPrinicipalAssociateId()
Returns
GetCurrents(SuperStateController.GetCurrentRequest[])
Declaration
public HistoryItem[] GetCurrents(SuperStateController.GetCurrentRequest[] getCurrentRequests)
Parameters
Returns
GetCustomNewSoProtocol(SuperStateController.GetCustomNewSoProtocolRequest)
Declaration
public string GetCustomNewSoProtocol(SuperStateController.GetCustomNewSoProtocolRequest getCustomNewSoProtocolRequest)
Parameters
Returns
GetCustomNewSoProtocolExtended(SuperStateController.GetCustomNewSoProtocolExtendedRequest)
Declaration
public string GetCustomNewSoProtocolExtended(SuperStateController.GetCustomNewSoProtocolExtendedRequest getCustomNewSoProtocolExtendedRequest)
Parameters
Returns
GetNewSoProtocol()
Declaration
public string GetNewSoProtocol()
Returns
GetSoProtocol()
Declaration
public string GetSoProtocol()
Returns
GetSoProtocolByPageId(SuperStateController.GetSoProtocolByPageIdRequest)
Declaration
public string GetSoProtocolByPageId(SuperStateController.GetSoProtocolByPageIdRequest getSoProtocolByPageIdRequest)
Parameters
Returns
IsRunningTestDriveROSS()
Declaration
public bool IsRunningTestDriveROSS()
Returns
KeepAlive()
Declaration
public ServerEventObjResult KeepAlive()
Returns
LogSoProtocol(SuperStateController.LogSoProtocolRequest)
Declaration
public void LogSoProtocol(SuperStateController.LogSoProtocolRequest logSoProtocolRequest)
Parameters
LogSoProtocols(SuperStateController.LogSoProtocolRequest[])
Declaration
public void LogSoProtocols(SuperStateController.LogSoProtocolRequest[] logSoProtocolRequests)
Parameters
SetCurrent(SuperStateController.SetCurrentRequest)
Declaration
public HistoryItem SetCurrent(SuperStateController.SetCurrentRequest setCurrentRequest)
Parameters
Returns
SetCurrents(SuperStateController.SetCurrentsRequest)
Declaration
public void SetCurrents(SuperStateController.SetCurrentsRequest setCurrentsRequest)
Parameters
SetHistoryItem(SuperStateController.SetHistoryItemRequest)
Declaration
public void SetHistoryItem(SuperStateController.SetHistoryItemRequest setHistoryItemRequest)
Parameters
SetSoProtocol(SuperStateController.SetSoProtocolRequest)
Declaration
public static string SetSoProtocol(SuperStateController.SetSoProtocolRequest setSoProtocolRequest)
Parameters
Returns
SetUserPreference(SuperStateController.SetUserPreferenceRequest)
Declaration
public void SetUserPreference(SuperStateController.SetUserPreferenceRequest setUserPreferenceRequest)
Parameters
SyncSoProtocol(SuperStateController.SyncSoProtocolRequest)
Declaration
public SuperStateController.SyncSoProtocolResponse SyncSoProtocol(SuperStateController.SyncSoProtocolRequest syncSoProtocolRequest)
Parameters
Returns
Implements