Table of Contents

Class AttachmentAdded

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

attachment Guid
asset int
author Guid
content ContentTitle
condition string
type AttachmentType
upload Guid
image AttachmentImage

Properties

Asset

public int Asset { get; set; }

Property Value

int

Attachment

public Guid Attachment { get; set; }

Property Value

Guid

Author

public Guid Author { 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

Type

public AttachmentType Type { get; set; }

Property Value

AttachmentType

Upload

public Guid Upload { get; set; }

Property Value

Guid