Click or drag to resize

SharedHubUpdateVendor Method

Updates record in vendor table.

Namespace: GSF.Web.Shared
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
[RecordOperationAttribute(typeof(Vendor), RecordOperation.UpdateRecord)]
[AuthorizeHubRoleAttribute("Administrator, Editor")]
public void UpdateVendor(
	Vendor vendor
)
View Source

Parameters

vendor  Vendor
The record to update.
See Also