Table of Contents

Class QuestionMatchesChanged

Namespace
InSite.Domain.Banks
Assembly
Shift.Sdk.dll
public class QuestionMatchesChanged : Change, IChange
Inheritance
QuestionMatchesChanged
Implements
Inherited Members
Extension Methods

Constructors

QuestionMatchesChanged(Guid, MatchingList)

public QuestionMatchesChanged(Guid question, MatchingList matches)

Parameters

question Guid
matches MatchingList

Properties

Matches

public MatchingList Matches { get; set; }

Property Value

MatchingList

Question

public Guid Question { get; set; }

Property Value

Guid