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
stringPage where Tab Add-in will reside within.
url
stringThe url to the HTML page to load when clicking on this tab item.
tabTitle
ItemNameThe title (in multiple languages) that will appear on the tab.
tabTitleString
stringThe 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
TabTitle
Gets or sets the name displayed on the tab when title is listed in multiple languages.
public ItemName? TabTitle { get; set; }
Property Value
TabTitleString
Gets or sets the name displayed on the tab.
public string? TabTitleString { get; set; }
Property Value
Url
Gets or Sets the URL to the HTML page to load when clicking on this tab item.
public string? Url { get; set; }