Table of Contents

Class LogbookChangedNotification

Namespace
InSite.Domain.Messages
Assembly
Shift.Sdk.dll
public class LogbookChangedNotification : Notification, ILogbookNotification
Inheritance
LogbookChangedNotification
Implements
Inherited Members
Extension Methods

Constructors

LogbookChangedNotification()

public LogbookChangedNotification()

Properties

ActorName

public string ActorName { get; set; }

Property Value

string

AppUrl

public string AppUrl { get; set; }

Property Value

string

ExperienceIdentifier

public Guid? ExperienceIdentifier { get; set; }

Property Value

Guid?

JournalSetupIdentifier

public Guid? JournalSetupIdentifier { get; set; }

Property Value

Guid?

LearnerIdentifier

public Guid? LearnerIdentifier { get; set; }

Property Value

Guid?

LogbookTitle

public string LogbookTitle { get; set; }

Property Value

string

LogbookUrl

public string LogbookUrl { get; set; }

Property Value

string

MessageToLearnerWhenLogbookModified

public Guid? MessageToLearnerWhenLogbookModified { get; set; }

Property Value

Guid?

MessageToValidatorWhenLogbookModified

public Guid? MessageToValidatorWhenLogbookModified { get; set; }

Property Value

Guid?

ModificationType

public string ModificationType { get; set; }

Property Value

string

OrganizationCode

public string OrganizationCode { get; set; }

Property Value

string

OrganizationName

public string OrganizationName { get; set; }

Property Value

string

ValidatorIdentifiers

public Guid[] ValidatorIdentifiers { get; set; }

Property Value

Guid[]