Click or drag to resize
ITicketLabelManager Methods

[This is preliminary documentation and is subject to change.]

The ITicketLabelManager type exposes the following members.

Methods
  NameDescription
Public methodInt64Create(T)
Creates a new instance of the entity
(Inherited from ICreateableT.)
Public method void Delete(Int64)
Deletes an entity with a specific Id
(Inherited from IDeletableT.)
Public method void DeleteIfExist(Int64, String)
Deletes a label from a ticket, if it exists
Public methodIDetailsableTDetails(Int64)
Get details for entity with specified Id
(Inherited from IDetailsableT.)
Public methodIEnumerableT, T: StringGetAll
Returns all label strings
Public methodIEnumerableT, T: StringGetAllLabelsForTicket(Int64)
Returns the label strings for a specific ticket id
Public methodBooleanIsNameUnique(T)
Checks if the name of a dto is unique
(Inherited from IUniqueNameT.)
Public method void SetLabelsForTicket(ListString, Int64)
Sets the labels for a ticket, adding new ones and removing ones not being set
Top
See Also