Class InterviewerInstructionBuilder
Inheritance
InterviewerInstructionBuilder
Assembly: Colectica.Reporting.dll
Syntax
public class InterviewerInstructionBuilder : ItemBuilderBase
Constructors
InterviewerInstructionBuilder(InterviewerInstruction, Document, ReportContext)
Declaration
public InterviewerInstructionBuilder(InterviewerInstruction item, Document document, ReportContext context)
Parameters
Properties
Model
Declaration
public InterviewerInstruction Model { get; }
Property Value
Methods
AddContent()
Declaration
public override void AddContent()
Overrides