Click or drag to resize
IStatusMacroManager Interface

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

[Missing <summary> documentation for "T:Netadmin.Management.Ticketing.Macro.IStatusMacroManager"]

Namespace: Netadmin.Management.Ticketing.Macro
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
public interface IStatusMacroManager : IMacroManagerBase<ITicketStatus>

The IStatusMacroManager type exposes the following members.

Methods
  NameDescription
Public methodIEnumerableT, T: ISimpleMacroGetAvailableMacros(Boolean) (Inherited from IMacroManagerBaseT.)
Public methodIMacroConfigurationTMacro, TConfig, TConfigNullable, T: KeyValuePairTKey, TValueGetConfiguredMacros(Int64) (Inherited from IMacroManagerBaseT.)
Public methodIEnumerableTResolve(String, Int64, Int64, Int64) (Inherited from IMacroManagerBaseT.)
Public methodIEnumerableTResolveEntry(String, Int64, Int64, Int64) (Inherited from IMacroManagerBaseT.)
Public method void SetConfiguredMacros(Int64, IMacroConfigurationString, Int64, NullableInt64) (Inherited from IMacroManagerBaseT.)
Top
See Also