ICruddableWithCompanyT Interface |
[This is preliminary documentation and is subject to change.]
Namespace: Netadmin.Management.Common.Core
public interface ICruddableWithCompany<T> : ICreateableWithCompany<T>, IDetailsable<T>, IUpdateable<T>, IDeletable<T>
[Missing <typeparam name="T"/> documentation for "T:Netadmin.Management.Common.Core.ICruddableWithCompany`1"]
The ICruddableWithCompanyT type exposes the following members.
Name | Description | ||
---|---|---|---|
![]() | Int64 | Create(T, Int64) |
Creates a new instance of the entity on the specified company
(Inherited from ICreateableWithCompanyT.) |
![]() | void | Delete(Int64) |
Deletes an entity with a specific Id
(Inherited from IDeletableT.) |
![]() | IDetailsableT | Details(Int64) |
Get details for entity with specified Id
(Inherited from IDetailsableT.) |
![]() | void | Update(T) |
Updates an entity with new values.
(Inherited from IUpdateableT.) |