IAdhocSlide

Assembly: Adhoc;

Namespace: None;

Description

The IAdhocSlide interface is used to work with dashboard slides.

Inheritance Hierarchy

          INamedEntity

          IAdhocSlide

Comments

Contains XML layout of the current page of the dashboard designer.

Properties

  Property name Brief description
AutoLayout The AutoLayout property determines whether slide layout is auto fit.
Index The Index property returns a slide index.
Slides The Slides property returns parameters of a collection of dashboard slides.
ViewModeImages The ViewModeImages property determines image view mode.
Visible The Visible property determines whether a dashboard slide is hidden.

Properties inherited from INamedEntity

  Property name Brief description
The Id property determines object identifier.
The Key property returns object key.
The Name property determines object name.

Methods

  Method name Brief description
LoadAnimationFromXML The LoadAnimationFromXML method loads animation from XML file.
LoadLayoutFromXML The LoadLayoutFromXML method loads slide layout from XML file.
SaveAnimationToXML The SaveAnimationToXML method saves animation to XML file.
SaveLayoutToXML The SaveLayoutToXML method saves slide layout to XML file.

See also:

Adhoc Assembly Interfaces