Skip to Content
Primo RPA StudioToolsAutoDocactivityinfo.cshtml Template

ActivityInfo.cshtml Template

ActivityInfo.cshtml is a template for activities designed to describe process elements.

This template uses the IEnumerable<ActivityInfo> data model, which is connected using the @model directive.

@using PrimoAutodoc.ObjectModel @using PrimoAutodoc.Utils @using PrimoAutodoc.ObjectModel @using System.Collections.Generic @using System.Linq @model IEnumerable<ActivityInfo>

The ActivityInfo.cshtml template iterates through the process element tree in the order of their invocation. The ShowTree(@Model) method is used to display the structure of the elements, ensuring the sequential display of all activities within the process.

Data Types and Properties in AutoDoc Templates

The links below provide descriptions of the properties used in .cshtml templates. Each data type is mapped to a set of properties.

  1. ProjectInfo Type
  2. ProcessInfo Type
  3. ToCItem Type
  4. ScriptVariable Type
  5. SerializationComponent Type
  6. Components Type
  7. Properties Type
  8. SerializationItem Type
  9. ActivityInfo Type
  10. ActivityProp Type
Last updated on