Table of Contents

Class QuestionHotspotPinLimitChanged

Namespace
InSite.Domain.Banks
Assembly
Shift.Sdk.dll
public class QuestionHotspotPinLimitChanged : Change, IChange
Inheritance
QuestionHotspotPinLimitChanged
Implements
Inherited Members
Extension Methods

Constructors

QuestionHotspotPinLimitChanged(Guid, int)

public QuestionHotspotPinLimitChanged(Guid questionIdentifier, int pinLimit)

Parameters

questionIdentifier Guid
pinLimit int

Properties

PinLimit

public int PinLimit { get; set; }

Property Value

int

QuestionIdentifier

public Guid QuestionIdentifier { get; set; }

Property Value

Guid