Table of Contents

Class QuestionClassification

Namespace
InSite.Domain.Banks
Assembly
Shift.Sdk.dll

Questions can be classified using open-ended tag, taxonomy rank, difficulty rank, and/or like-item-group.

public class QuestionClassification
Inheritance
QuestionClassification
Inherited Members
Extension Methods

Constructors

QuestionClassification()

public QuestionClassification()

Properties

Code

public string Code { get; set; }

Property Value

string

Difficulty

public int? Difficulty { get; set; }

Property Value

int?

IsEmpty

public bool IsEmpty { get; }

Property Value

bool

LikeItemGroup

public string LikeItemGroup { get; set; }

Property Value

string

Reference

public string Reference { get; set; }

Property Value

string

Tag

public string Tag { get; set; }

Property Value

string

Tags

public List<Tuple<string, List<string>>> Tags { get; set; }

Property Value

List<Tuple<string, List<string>>>

Taxonomy

public int? Taxonomy { get; set; }

Property Value

int?

Methods

Clone()

public QuestionClassification Clone()

Returns

QuestionClassification

Copy(QuestionClassification)

public void Copy(QuestionClassification source)

Parameters

source QuestionClassification

Equals(QuestionClassification)

public bool Equals(QuestionClassification other)

Parameters

other QuestionClassification

Returns

bool