IAssigneeMacroManager Interface |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "T:Netadmin.Management.Ticketing.Macro.IAssigneeMacroManager"]
Namespace: Netadmin.Management.Ticketing.MacroAssembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntaxpublic interface IAssigneeMacroManager
Public Interface IAssigneeMacroManager
The IAssigneeMacroManager type exposes the following members.
Methods
| Name | Description |
---|
 | IPaginationT, T: ITicketAdapterUser | Filter(Int64, NullableInt64, Int64, String, ITicketAdapterUserFilter, PaginationRequestITicketAdapterUser) | |
 | IEnumerableT, T: IAssigneeMacro | GetAvailableMacros(Boolean) | |
 | IMacroConfigurationTMacro, TConfig, TConfigNullable, T: IAssigneeMacro | GetConfiguredMacros(Int64) | |
 | IEnumerableT, T: INameable | GetConfiguredServiceProviders(Int64, NullableInt64, Int64, String) | |
 | IEnumerableT, T: ITicketUserAdapterInformation | GetConfiguredTicketUserAdapters(Int64, NullableInt64, Int64, String) | |
 |
void
| SetConfiguredMacros(Int64, IMacroConfigurationString, IAssigneeMacroConfiguration, IAssigneeMacroConfiguration) | |
Top
See Also