Table of Contents

Class ChangeQuestionFlag

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

Constructors

ChangeQuestionFlag(Guid, Guid, FlagType)

public ChangeQuestionFlag(Guid bank, Guid question, FlagType flag)

Parameters

bank Guid
question Guid
flag FlagType

Properties

Flag

public FlagType Flag { get; set; }

Property Value

FlagType

Question

public Guid Question { get; set; }

Property Value

Guid