Class AttachmentAdded
public class AttachmentAdded : Change, IChange
- Inheritance
-
AttachmentAdded
- Implements
- Inherited Members
- Extension Methods
Constructors
AttachmentAdded(Guid, int, Guid, ContentTitle, string, AttachmentType, Guid, AttachmentImage)
public AttachmentAdded(Guid attachment, int asset, Guid author, ContentTitle content, string condition, AttachmentType type, Guid upload, AttachmentImage image)
Parameters
attachmentGuidassetintauthorGuidcontentContentTitleconditionstringtypeAttachmentTypeuploadGuidimageAttachmentImage
Properties
Asset
public int Asset { get; set; }
Property Value
Attachment
public Guid Attachment { get; set; }
Property Value
Author
public Guid Author { 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; }
Property Value
Type
public AttachmentType Type { get; set; }
Property Value
Upload
public Guid Upload { get; set; }