| ITicketObjectManager Interface |
[This is preliminary documentation and is subject to change.]
Namespace: Netadmin.Management.Ticketing
The ITicketObjectManager type exposes the following members.
| Name | Description | ||
|---|---|---|---|
| Int64 | Create(T) |
Creates a new instance of the entity
(Inherited from ICreateableT.) | |
| void | Delete(Int64) |
Deletes an entity with a specific Id
(Inherited from IDeletableT.) | |
| ITicketObject | Details(Int64) |
Get details for entity with specified Id
(Inherited from IDetailsableT.) | |
| IEnumerableT | GetAll |
Retrieves every entity
(Inherited from IGetAllableT.) | |
| Boolean | IsNameUnique(T) |
Checks if the name of a dto is unique
(Inherited from IUniqueNameT.) | |
| IEnumerableT, T: INameable | ListTop100ByName(String) |
Returns the first 100 ticket objects starting with partialName
| |
| void | ReplaceObject(Int64, Int64) |
Will replace a ticket object with another object by updating references on ticket regardings.
| |
| void | Update(T) |
Updates an entity with new values.
(Inherited from IUpdateableT.) |