Click or drag to resize
Panel Class

A panel in the eSales panel hierarchy. Use RetrieveContent to get the content of this panel and all its subpanels, recursively.

When executing panels, see the Panel library section in Apptus Zone (http://zone.apptus.com) for the arguments to each panel. When working with filters see Working with filters and the FilterBuilder class. Also read the other articles in the Key concepts section for information about the other panel arguments.

Inheritance Hierarchy
SystemObject
  Apptus.ESales.ConnectorPanel

Namespace:  Apptus.ESales.Connector
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.5.0
Syntax
C#
public sealed class Panel

The Panel type exposes the following members.

Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodRetrieveContent
Public methodRetrieveContent(DictionaryString, String)
Retrieves the content of this panel from the eSales service. The panel is evaluated with the arguments supplied to this method.

You may use an ArgMap or a standard Dictionary to pass the arguments.

Public methodRetrieveContentAsXml
Retrieves the content of this panel as a Stream of XML.
Public methodRetrieveContentAsXml(DictionaryString, String)
Retrieves the content of this panel as a Stream of XML. The panel is evaluated with the arguments supplied to this method.
Public methodToString (Inherited from Object.)
Top
See Also