Table of Contents

Class ChangeQuestionLayout

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

Constructors

ChangeQuestionLayout(Guid, Guid, OptionLayout)

public ChangeQuestionLayout(Guid bank, Guid question, OptionLayout layout)

Parameters

bank Guid
question Guid
layout OptionLayout

Properties

Layout

public OptionLayout Layout { get; set; }

Property Value

OptionLayout

Question

public Guid Question { get; set; }

Property Value

Guid