Table of Contents

Class DeleteQuestion

Namespace
InSite.Application.Banks.Write
Assembly
Shift.Sdk.dll
public class DeleteQuestion : Command, ICommand
Inheritance
DeleteQuestion
Implements
Inherited Members
Extension Methods

Constructors

DeleteQuestion(Guid, Guid, bool)

public DeleteQuestion(Guid bank, Guid question, bool removeAllQuestions)

Parameters

bank Guid
question Guid
removeAllQuestions bool

Properties

Question

public Guid Question { get; set; }

Property Value

Guid

RemoveAllQuestions

public bool RemoveAllQuestions { get; set; }

Property Value

bool