CompanyOverviewSetItem Method

Sets an item in the management tool for viewing/deletion.

Definition

Namespace: MobileTrack.Web.Portal.Pages.Admin.CompanyOverviews
Assembly: MobileTrack.Web.Portal (in MobileTrack.Web.Portal.exe) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
public Task SetItem(
	IIdLabel? item,
	ItemType type,
	bool isNewItem,
	EditorActiveTab tabToOpen
)

Parameters

item  IIdLabel
Item to display
type  ItemType
Type of item, derived from IIdLabel
isNewItem  Boolean
Whether it is a new item or an existing one
tabToOpen  EditorActiveTab
Tab to display

Return Value

Task

[Missing <returns> documentation for "M:MobileTrack.Web.Portal.Pages.Admin.CompanyOverviews.CompanyOverview.SetItem(MobileTrack.Common.Interfaces.IIdLabel,MobileTrack.Common.Enums.ItemType,System.Boolean,MobileTrack.Web.Components.Models.EditorActiveTab)"]

See Also