Table of Contents

Class PingMessage

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

false A ping message.

public class PingMessage
Inheritance
PingMessage
Inherited Members

Constructors

PingMessage()

Initializes a new instance of the PingMessage class.Empty public constructor.

public PingMessage()

PingMessage(DateTime?, string, Guid?, PingMessageType?)

Initializes a new instance of the PingMessage class.Constructs a ping message.

public PingMessage(DateTime? dateTime, string textContent, Guid? key, PingMessageType? messageType)

Parameters

dateTime DateTime?

The date time.

textContent string

A free text field.

key Guid?

The key.

messageType PingMessageType?

The. PingMessageType

Properties

DateTime

Gets or sets the date time the message was created.

public DateTime? DateTime { get; set; }

Property Value

DateTime?

DateTime

Key

Gets or sets the key, used to identify sender.

public Guid? Key { get; set; }

Property Value

Guid?

Guid

MessageType

Gets or sets the type of message.

public PingMessageType? MessageType { get; set; }

Property Value

PingMessageType?

PingMessageType

TextContent

Gets or sets free test field.

public string? TextContent { get; set; }

Property Value

string

string