Table of Contents

Class ChangeQuestionHotspotPinLimit

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

Constructors

ChangeQuestionHotspotPinLimit(Guid, Guid, int)

public ChangeQuestionHotspotPinLimit(Guid bank, Guid question, int pinLimit)

Parameters

bank Guid
question Guid
pinLimit int

Properties

PinLimit

public int PinLimit { get; set; }

Property Value

int

Question

public Guid Question { get; set; }

Property Value

Guid