Table of Contents

Class QuestionDeleted

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

Constructors

QuestionDeleted(Guid, bool)

public QuestionDeleted(Guid question, bool removeAllVersions)

Parameters

question Guid
removeAllVersions bool

Properties

Question

public Guid Question { get; set; }

Property Value

Guid

RemoveAllVersions

public bool RemoveAllVersions { get; set; }

Property Value

bool