Table of Contents

Class AttachmentAddedToQuestion

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

Constructors

AttachmentAddedToQuestion(Guid, Guid)

public AttachmentAddedToQuestion(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