Table of Contents

Class EventPublicationCompleted

Namespace
InSite.Domain.Events
Assembly
Shift.Sdk.dll
public class EventPublicationCompleted : Change, IChange
Inheritance
EventPublicationCompleted
Implements
Inherited Members
Extension Methods

Constructors

EventPublicationCompleted(string, string)

public EventPublicationCompleted(string status, string errors)

Parameters

status string
errors string

Properties

Errors

public string Errors { get; set; }

Property Value

string

Status

public string Status { get; set; }

Property Value

string