Table of Contents

Class ChangeAttachmentImage

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

Constructors

ChangeAttachmentImage(Guid, Guid, Guid, Guid, ImageDimension)

public ChangeAttachmentImage(Guid bank, Guid attachment, Guid upload, Guid author, ImageDimension actual)

Parameters

bank Guid
attachment Guid
upload Guid
author Guid
actual 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