Class AttachmentImageChanged
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
attachmentGuiduploadGuidauthorGuidactualDimensionImageDimension
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; }