TicketGroupManager Class |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "T:Netadmin.Management.Ticketing.Implementation.TicketGroupManager"]
Namespace: Netadmin.Management.Ticketing.Implementation
public class TicketGroupManager : ITicketGroupManager, ICruddableBatch<ITicketGroup>, ICreateableBatch<ITicketGroup>, IManager<ITicketGroup>, IDetailsableBatch<ITicketGroup>, IUpdateableBatch<ITicketGroup>, IDeletableBatch<ITicketGroup>, IFilterable<ITicketGroup, ITicketGroupFilter>, IUniqeueNames<ITicketGroup>, ITop100<ITicketGroup>, IGetAllable<ITicketGroup>
The TicketGroupManager type exposes the following members.
Name | Description | ||
---|---|---|---|
![]() | void | TicketGroupManager(IObjectManager, IDependencyManagerITicketGroup, IBusinessLogger) | Initializes a new instance of the TicketGroupManager class |
Name | Description | ||
---|---|---|---|
![]() | IEnumerableT, T: ITicketGroup | Create(IEnumerableITicketGroup) | |
![]() | void | Delete(IEnumerableInt64) | |
![]() | IReadOnlyDictionaryTKey, TValue, T: Int64 | DetailsAny(IEnumerableInt64) | |
![]() | Boolean | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | IPaginationT, T: ITicketGroup | Filter(ITicketGroupFilter, PaginationRequestITicketGroup) | |
![]() | void | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | IEnumerableT, T: ITicketGroup | GetAll | |
![]() | IReadOnlyDictionaryTKey, TValue, T: String | GetAnyByNames(IEnumerableString) | |
![]() | IEnumerableT, T: String | GetDuplicateNames(IEnumerableKeyValuePairInt64, String) | |
![]() | Int32 | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | IReadOnlyDictionaryTKey, TValue, T: String | GetTop100(ExpressionFuncITicketGroup, String, String) | |
![]() | Type | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Object | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | String | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | void | Update(IEnumerableITicketGroup) |
Name | Description | ||
---|---|---|---|
![]() | ITicketGroup | CreateITicketGroup(ITicketGroup) | (Defined by CreateableBatchExtensions.) |
![]() | void | DeleteITicketGroup(Int64) | (Defined by DeletableBatchExtensions.) |
![]() | ITicketGroup | DetailsAllITicketGroup(Int64) | Overloaded. (Defined by DetailsableBatchExtensions.) |
![]() | IReadOnlyDictionaryTKey, TValue, T: Int64 | DetailsAllITicketGroup(IEnumerableInt64) | Overloaded. (Defined by DetailsableBatchExtensions.) |
![]() | ITicketGroup | DetailsAnyITicketGroup(Int64) | IDetailsableBatchT
Returns details of entity with id 'id', or null if not found
Thrown if any id zero or less. (Defined by DetailsableBatchExtensions.) |
![]() | IReadOnlyDictionaryTKey, TValue, T: String | GetAnyByNamesITicketGroup(String) | (Defined by UniqueNamesExtensions.) |
![]() | void | UpdateITicketGroup(ITicketGroup) | (Defined by UpdateableBatchExtensions.) |