Table of Contents

Class AttachmentDeletedFromQuestion

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

Constructors

AttachmentDeletedFromQuestion(Guid, Guid)

public AttachmentDeletedFromQuestion(Guid attachment, Guid question)

Parameters

attachment Guid
question Guid

Properties

Attachment

public Guid Attachment { get; set; }

Property Value

Guid

Question

public Guid Question { get; set; }

Property Value

Guid