Table of Contents

Class NotifyNewsResult

Namespace
Geotab.Checkmate.ObjectModel.Web
Assembly
Geotab.Checkmate.ObjectModel.dll

The results from notifying all databases on a server of news.

public class NotifyNewsResult
Inheritance
NotifyNewsResult
Inherited Members

Constructors

NotifyNewsResult(Guid)

Initializes a new instance of the NotifyNewsResult class.

public NotifyNewsResult(Guid newsId)

Parameters

newsId Guid

The Guid of the notification

Properties

DatabaseErrors

Gets or sets the list of DatabaseErrors for databases that have errors

public List<NotifyNewsError> DatabaseErrors { get; set; }

Property Value

List<NotifyNewsError>

The list of DatabaseErrors for databases with errors

DatabasesUpdated

Gets or sets the list of database name of updated databases

public List<string> DatabasesUpdated { get; set; }

Property Value

List<string>

The list of updated databases

NewsId

Gets or sets the Id of the news notification.

public Guid NewsId { get; set; }

Property Value

Guid

The Id of the news notification