TestimoX

API Reference

Class

Presentation

Namespace ADPlayground.Gpo.GpoLocal
Assembly ADPlayground
Modifiers sealed

Represents a named presentation consisting of multiple elements.

Inheritance

  • Object
  • Presentation

Constructors

public Presentation(String id, IReadOnlyList<PresentationElement> elements) #

Initializes a new instance of the Presentation class.

Parameters

id System.String requiredposition: 0
Presentation identifier.
elements System.Collections.Generic.IReadOnlyList{ADPlayground.Gpo.GpoLocal.PresentationElement} requiredposition: 1
Ordered collection of elements.

Properties

public String Id { get; } #

Gets the presentation identifier.

public IReadOnlyList<PresentationElement> Elements { get; } #

Gets the ordered collection of elements.