ITicketLabelManager Methods |
[This is preliminary documentation and is subject to change.]
The ITicketLabelManager 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.) |
![]() | void | DeleteIfExist(Int64, String) |
Deletes a label from a ticket, if it exists
|
![]() | IDetailsableT | Details(Int64) |
Get details for entity with specified Id
(Inherited from IDetailsableT.) |
![]() | IEnumerableT, T: String | GetAll |
Returns all label strings
|
![]() | IEnumerableT, T: String | GetAllLabelsForTicket(Int64) |
Returns the label strings for a specific ticket id
|
![]() | Boolean | IsNameUnique(T) |
Checks if the name of a dto is unique
(Inherited from IUniqueNameT.) |
![]() | void | SetLabelsForTicket(ListString, Int64) |
Sets the labels for a ticket, adding new ones and removing ones not being set
|