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
Properties
Question
public Guid Question { get; set; }
Property Value
RemoveAllQuestions
public bool RemoveAllQuestions { get; set; }