Table of Contents

Class ReportSettings

Namespace
InSite.Domain.Organizations.PerformanceReport
Assembly
Shift.Sdk.dll
public class ReportSettings
Inheritance
ReportSettings
Inherited Members
Extension Methods

Constructors

ReportSettings()

public ReportSettings()

Properties

AssessmentTypeWeights

public ItemWeight[] AssessmentTypeWeights { get; set; }

Property Value

ItemWeight[]

Enabled

public bool Enabled { get; set; }

Property Value

bool

Reports

public ReportVariant[] Reports { get; set; }

Property Value

ReportVariant[]

Methods

Clone()

public ReportSettings Clone()

Returns

ReportSettings

IsShallowEqual(ReportSettings)

public bool IsShallowEqual(ReportSettings other)

Parameters

other ReportSettings

Returns

bool

ShouldSerializeAssessmentTypeWeights()

public bool ShouldSerializeAssessmentTypeWeights()

Returns

bool

ShouldSerializeReports()

public bool ShouldSerializeReports()

Returns

bool