Table of Contents

Class ResponseAnalysisCorrelationItem

Namespace
InSite.Domain.Surveys.Forms
Assembly
Shift.Sdk.dll
public class ResponseAnalysisCorrelationItem
Inheritance
ResponseAnalysisCorrelationItem
Inherited Members
Extension Methods

Constructors

ResponseAnalysisCorrelationItem()

public ResponseAnalysisCorrelationItem()

Properties

CrossValue

public int CrossValue { get; set; }

Property Value

int

XSurveyOptionIdentifier

public Guid? XSurveyOptionIdentifier { get; set; }

Property Value

Guid?

XSurveyOptionTitle

public string XSurveyOptionTitle { get; set; }

Property Value

string

XTotalValue

public int XTotalValue { get; set; }

Property Value

int

XValue

public int XValue { get; set; }

Property Value

int

YSurveyOptionIdentifier

public Guid? YSurveyOptionIdentifier { get; set; }

Property Value

Guid?

YSurveyOptionTitle

public string YSurveyOptionTitle { get; set; }

Property Value

string

YTotalValue

public int YTotalValue { get; set; }

Property Value

int

YValue

public int YValue { get; set; }

Property Value

int