process.cshtml Template
process.cshtml is a template designed to describe a process file (*.ltw).
This template uses the ProcessInfo data model, connected using the @model directive.
@using PrimoConverter.PrimoModel
@using PrimoAutodoc.ObjectModel
@model ProcessInfoThe process.cshtml template provides a special tag {Activities}, which indicates the place where AutoDoc automatically inserts the result of filling the ActivityInfo template. This allows easy integration of process activity information into the final document.
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