Class AttachmentChanged
public class AttachmentChanged : Change, IChange
- Inheritance
-
AttachmentChanged
- Implements
- Inherited Members
- Extension Methods
Constructors
AttachmentChanged(Guid, string, ContentTitle, AttachmentImage)
public AttachmentChanged(Guid attachment, string condition, ContentTitle content, AttachmentImage image)
Parameters
attachmentGuidconditionstringcontentContentTitleimageAttachmentImage
Properties
Attachment
public Guid Attachment { get; set; }
Property Value
Condition
public string Condition { get; set; }
Property Value
Content
public ContentTitle Content { get; set; }
Property Value
Image
public AttachmentImage Image { get; set; }