Table of Contents

Class QuestionLayoutChanged

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

Constructors

QuestionLayoutChanged(Guid, OptionLayout)

public QuestionLayoutChanged(Guid question, OptionLayout layout)

Parameters

question Guid
layout OptionLayout

Properties

Layout

public OptionLayout Layout { get; set; }

Property Value

OptionLayout

Question

public Guid Question { get; set; }

Property Value

Guid