ICruddableWithCompanyT Methods |
[This is preliminary documentation and is subject to change.]
The ICruddableWithCompanyT generic 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.) |