Table of Contents

Class TextContent

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

true The contents of a GPS Text Message. See also:.

[ReportClass]
public class TextContent : TextMessageContentType
Inheritance
TextContent
Derived
Inherited Members

Constructors

TextContent()

Initializes a new instance of the TextContent class.Constructor.

public TextContent()

TextContent(MessageContentType)

Initializes a new instance of the TextContent class.Constructor.

protected TextContent(MessageContentType contentType)

Parameters

contentType MessageContentType

The MessageContentType of the message.

TextContent(string?, bool?)

Initializes a new instance of the TextContent class.Constructor.

public TextContent(string? message, bool? urgent)

Parameters

message string

The message.

urgent bool?

A bool indicating if the message is urgent.

TextContent(string, bool?, MessageContentType)

Initializes a new instance of the TextContent class.Constructor.

protected TextContent(string message, bool? urgent, MessageContentType contentType)

Parameters

message string

The message.

urgent bool?

A bool indicating if the message is urgent.

contentType MessageContentType

The MessageContentType of the message.

Properties

Message

Gets or sets contains the message text.

[ExcelColumnHeader(new ReportHeading[] { ReportHeading.TextMessageContentMessage })]
public string? Message { get; set; }

Property Value

string

string

Urgent

Gets or sets a value indicating whether set to true this message is sent to display immediately on the Garmin device. This value has no effect on messages sent from the Garmin device.

public bool? Urgent { get; set; }

Property Value

bool?

Nullable<T> where T is. bool

Methods

Equals(object?)

Determines whether the specified object, is equal to this instance.

public override bool Equals(object? obj)

Parameters

obj object

The object to compare with this instance.

Returns

bool

true if the specified object is equal to this instance; otherwise, false.

GetHashCode()

Returns a hash code for this instance.

public override int GetHashCode()

Returns

int

A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.