Table of Contents

Class QuestionFlagChanged

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

Constructors

QuestionFlagChanged(Guid, FlagType)

public QuestionFlagChanged(Guid question, FlagType flag)

Parameters

question Guid
flag FlagType

Properties

Flag

public FlagType Flag { get; set; }

Property Value

FlagType

Question

public Guid Question { get; set; }

Property Value

Guid