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.
Last updated on