Click or drag to resize

SharedHubAddNewCompany Method

Adds new record to company table.

Namespace: GSF.Web.Shared
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
[AuthorizeHubRoleAttribute("Administrator, Editor")]
[RecordOperationAttribute(typeof(Company), RecordOperation.AddNewRecord)]
public void AddNewCompany(
	Company company
)
View Source

Parameters

company  Company
The record to add.
See Also