Table of Contents

Class AttachmentImageChanged

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

Constructors

AttachmentImageChanged(Guid, Guid, Guid, ImageDimension)

public AttachmentImageChanged(Guid attachment, Guid upload, Guid author, ImageDimension actualDimension)

Parameters

attachment Guid
upload Guid
author Guid
actualDimension ImageDimension

Properties

ActualDimension

public ImageDimension ActualDimension { get; set; }

Property Value

ImageDimension

Attachment

public Guid Attachment { get; set; }

Property Value

Guid

Author

public Guid Author { get; set; }

Property Value

Guid

Upload

public Guid Upload { get; set; }

Property Value

Guid