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.
Namespace: Apptus.ESales.Connector
public sealed class Panel
The Panel type exposes the following members.
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
RetrieveContent |
Same as calling RetrieveContent(DictionaryString, String) with an empty ArgMap.
| |
RetrieveContent(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. | |
RetrieveContentAsXml |
Retrieves the content of this panel as a Stream of XML.
| |
RetrieveContentAsXml(DictionaryString, String) |
Retrieves the content of this panel as a Stream of XML. The panel is evaluated with
the arguments supplied to this method.
| |
ToString | (Inherited from Object.) |