Table of Contents

Class QuestionSetChanged

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

Constructors

QuestionSetChanged(Guid, Guid)

public QuestionSetChanged(Guid question, Guid set)

Parameters

question Guid
set Guid

Properties

Question

public Guid Question { get; set; }

Property Value

Guid

Set

public Guid Set { get; set; }

Property Value

Guid