Table of Contents

Class SynchronizationChanged

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

Constructors

SynchronizationChanged(string, ProcessState)

public SynchronizationChanged(string status, ProcessState process)

Parameters

status string
process ProcessState

Properties

Process

public ProcessState Process { get; set; }

Property Value

ProcessState

Status

public string Status { get; set; }

Property Value

string