Click or drag to resize

SharedHubNewVendor Method

Creates new vendor object.

Namespace: GSF.Web.Shared
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
[RecordOperationAttribute(typeof(Vendor), RecordOperation.CreateNewRecord)]
public Vendor NewVendor()
View Source

Return Value

Vendor
A new Vendor model instance.
See Also