Class ChangeAttachment
- Namespace
- InSite.Application.Banks.Write
- Assembly
- Shift.Sdk.dll
public class ChangeAttachment : Command, ICommand
- Inheritance
-
ChangeAttachment
- Implements
- Inherited Members
- Extension Methods
Constructors
ChangeAttachment(Guid, Guid, string, ContentTitle, AttachmentImage)
public ChangeAttachment(Guid bank, Guid attachment, string condition, ContentTitle content, AttachmentImage image)
Parameters
bankGuidattachmentGuidconditionstringcontentContentTitleimageAttachmentImage
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; }