Click or drag to resize
ITicketUserAbstractionManager Methods

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

The ITicketUserAbstractionManager type exposes the following members.

Methods
  NameDescription
Public methodIEnumerableTCreate(IEnumerableT)
Creates multiple entities in one operation
(Inherited from ICreateableBatchT.)
Public methodIReadOnlyDictionaryTKey, TValue, T: Int64DetailsAny(IEnumerableInt64)
Attempts to get details on multiple ids. If an id is not found, it will not be included in the returned dictionary
(Inherited from IDetailsableBatchT.)
Public methodIPaginationTFilter(TFilterDtoInterface, PaginationRequestTDToInterface)
Searches for entities using a filter and returnes a pagination based on the supplied request
(Inherited from IFilterableTDToInterface, TFilterDtoInterface.)
Public methodIEnumerableTGetDuplicates(IEnumerableT)
Returns duplicate entities.
(Inherited from IUniqueEntitiesT.)
Public methodIEnumerableTGetUniqueByEntity(IEnumerableT)
Attempts to get entities by what makes them unique. If a match is found the entity is loaded and returned
(Inherited from IUniqueEntitiesT.)
Public method void Update(IEnumerableT)
Updates multiple entities in one operation
(Inherited from IUpdateableBatchT.)
Top
Extension Methods
  NameDescription
Public Extension MethodITicketUserCreateITicketUser(ITicketUser) (Defined by CreateableBatchExtensions.)
Public Extension MethodITicketUserDetailsAllITicketUser(Int64)Overloaded. (Defined by DetailsableBatchExtensions.)
Public Extension MethodIReadOnlyDictionaryTKey, TValue, T: Int64DetailsAllITicketUser(IEnumerableInt64)Overloaded. (Defined by DetailsableBatchExtensions.)
Public Extension MethodITicketUserDetailsAnyITicketUser(Int64) (Defined by DetailsableBatchExtensions.)
Public Extension Method void UpdateITicketUser(ITicketUser) (Defined by UpdateableBatchExtensions.)
Top
See Also