Table of Contents

Class DeleteQuestionTrigger

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

Constructors

DeleteQuestionTrigger(Guid, Guid, int)

public DeleteQuestionTrigger(Guid bank, Guid question, int index)

Parameters

bank Guid
question Guid
index int

Properties

Index

public int Index { get; set; }

Property Value

int

Question

public Guid Question { get; set; }

Property Value

Guid