Table of Contents

Class ReportConfig

Namespace
Shift.Toolbox.Reporting.PerformanceReport.Models
Assembly
Shift.Toolbox.dll
public class ReportConfig
Inheritance
ReportConfig
Inherited Members
Extension Methods

Constructors

ReportConfig()

public ReportConfig()

Properties

AssessmentTypeWeights

public ItemWeight[] AssessmentTypeWeights { get; set; }

Property Value

ItemWeight[]

ConsistentScore

public decimal ConsistentScore { get; set; }

Property Value

decimal

Description

public string Description { get; set; }

Property Value

string

EmergentScore

public decimal EmergentScore { get; set; }

Property Value

decimal

FileSuffix

public string FileSuffix { get; set; }

Property Value

string

Language

public string Language { get; set; }

Property Value

string

NursingRoleText

public string NursingRoleText { get; set; }

Property Value

string

RequiredRole

public string RequiredRole { get; set; }

Property Value

string

RoleWeights

public ItemWeight[] RoleWeights { get; set; }

Property Value

ItemWeight[]