Table of Contents

Class DeleteQuestionOrderingSolution

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

Constructors

DeleteQuestionOrderingSolution(Guid, Guid, Guid)

public DeleteQuestionOrderingSolution(Guid bank, Guid question, Guid solution)

Parameters

bank Guid
question Guid
solution Guid

Properties

Question

public Guid Question { get; set; }

Property Value

Guid

Solution

public Guid Solution { get; set; }

Property Value

Guid