Table of Contents

Class AddAttachmentToQuestion

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

Constructors

AddAttachmentToQuestion(Guid, Guid, Guid)

public AddAttachmentToQuestion(Guid bank, Guid attachment, Guid question)

Parameters

bank Guid
attachment Guid
question Guid

Properties

Attachment

public Guid Attachment { get; set; }

Property Value

Guid

Question

public Guid Question { get; set; }

Property Value

Guid