[AuthorizeHubRoleAttribute("Administrator, Editor")] [RecordOperationAttribute(typeof(Company), RecordOperation.DeleteRecord)] public void DeleteCompany( int id )
<AuthorizeHubRoleAttribute("Administrator, Editor")> <RecordOperationAttribute(GetType(Company), RecordOperation.DeleteRecord)> Public Sub DeleteCompany ( id As Integer )
public: [AuthorizeHubRoleAttribute(L"Administrator, Editor")] [RecordOperationAttribute(typeof(Company), RecordOperation::DeleteRecord)] void DeleteCompany( int id )
[<AuthorizeHubRoleAttribute("Administrator, Editor")>] [<RecordOperationAttribute(typeof(Company), RecordOperation.DeleteRecord)>] member DeleteCompany : id : int -> unit
function DeleteCompany(id);
Copyright © 2018, Grid Protection Alliance. All Rights Reserved.