Table of Contents

Class AttachmentChanged

Namespace
InSite.Domain.Banks
Assembly
Shift.Sdk.dll
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

attachment Guid
condition string
content ContentTitle
image AttachmentImage

Properties

Attachment

public Guid Attachment { get; set; }

Property Value

Guid

Condition

public string Condition { get; set; }

Property Value

string

Content

public ContentTitle Content { get; set; }

Property Value

ContentTitle

Image

public AttachmentImage Image { get; set; }

Property Value

AttachmentImage