Table of Contents

Class ReportVariant

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

Constructors

ReportVariant()

public ReportVariant()

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

Name

public string Name { 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[]

Methods

Clone()

public ReportVariant Clone()

Returns

ReportVariant

IsEqual(ReportVariant)

public bool IsEqual(ReportVariant other)

Parameters

other ReportVariant

Returns

bool

IsEqual(ICollection<ReportVariant>, ICollection<ReportVariant>)

public static bool IsEqual(ICollection<ReportVariant> collection1, ICollection<ReportVariant> collection2)

Parameters

collection1 ICollection<ReportVariant>
collection2 ICollection<ReportVariant>

Returns

bool

IsShallowEqual(ReportVariant)

public bool IsShallowEqual(ReportVariant other)

Parameters

other ReportVariant

Returns

bool

ShouldSerializeRoleWeights()

public bool ShouldSerializeRoleWeights()

Returns

bool