Table of Contents

Class Tab

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

Represents the Tab Add-in item.

public class Tab : IAddInItem
Inheritance
Tab
Implements
Inherited Members

Constructors

Tab(string?, string?, ItemName?, string?)

Initializes a new instance of the Tab class.

public Tab(string? page, string? url, ItemName? tabTitle, string? tabTitleString)

Parameters

page string

Page where Tab Add-in will reside within.

url string

The url to the HTML page to load when clicking on this tab item.

tabTitle ItemName

The title (in multiple languages) that will appear on the tab.

tabTitleString string

The title that will appear on the tab.

Properties

Page

Gets or sets the page the Tab Add-in will reside within.

public string? Page { get; set; }

Property Value

string

string

TabTitle

Gets or sets the name displayed on the tab when title is listed in multiple languages.

public ItemName? TabTitle { get; set; }

Property Value

ItemName

ItemName

TabTitleString

Gets or sets the name displayed on the tab.

public string? TabTitleString { get; set; }

Property Value

string

string

Url

Gets or Sets the URL to the HTML page to load when clicking on this tab item.

public string? Url { get; set; }

Property Value

string

string