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
bankGuidattachmentGuiduploadGuidauthorGuidactualImageDimension
Properties
ActualDimension
public ImageDimension ActualDimension { get; set; }
Property Value
Attachment
public Guid Attachment { get; set; }
Property Value
Author
public Guid Author { get; set; }
Property Value
Upload
public Guid Upload { get; set; }