Click or drag to resize

ISoContext Interface

Manages the GUI panels and dialogs

Namespace:  SuperOffice.COM.Application
Assembly:  SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntax
public interface ISoContext

The ISoContext type exposes the following members.

Properties
  NameDescription
Public propertyCurrentArchive
Use Application.CurrentSoProtocol instead
Public propertyCurrentArchiveName
The name of the current archive:
Public propertyCurrentMiniCardName
The name of the current mini-card: minicontact, miniday, etc
Public propertyCurrentPanel
The main panel currently shown in the GUI.
Public propertyCurrentPanelName
The name of the current panel: contact, project, sale, diary, etc
Public propertyCurrentSubMode
The active tab currently shown in the main panel the GUI
Public propertyCurrentSubModeName
The name of the current tab on the main card: main, udef, info, etc.
Public propertyDiaryAssociateId
User whose calendar is shown in the Diary panel
Public propertyDiaryDate
Date shown in the diary panel
Public propertyEditMode
EditMode for current panel
Top
Methods
  NameDescription
Public methodGet
Get the user interface state using SO-Protocol. Use Application.CurrentSoProtocol instead
Public methodSet
Set the user interface using SO-Protocol. Use Application.CurrentSoProtocol instead
Public methodSetEditMode
Turn the edit mode on or off on the main card on the current panel.
Top
See Also