Table of Contents

Class DeleteOption

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

Constructors

DeleteOption(Guid, Guid, int)

public DeleteOption(Guid bank, Guid question, int option)

Parameters

bank Guid
question Guid
option int

Properties

Option

public int Option { get; set; }

Property Value

int

Question

public Guid Question { get; set; }

Property Value

Guid