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