Class RemotesGraph
- Namespace
- DMediatR
- Assembly
- DMediatR.dll
Implementation for /remotes.svg with a minimalistic heuristic MSAGL renderer. Replace the RemotesGraph service with a class inheriting from this and overwriting GetSvg() with an embellished renderer.
public class RemotesGraph : IRemotesGraph
- Inheritance
-
RemotesGraph
- Implements
- Inherited Members
Constructors
RemotesGraph(IMediator)
public RemotesGraph(IMediator mediator)
Parameters
mediator
IMediator
Methods
GetSvg(RemotesGraphRequest)
public virtual string GetSvg(RemotesGraphRequest request)
Parameters
request
RemotesGraphRequest
Returns
GetSvgAsync()
public Task<string> GetSvgAsync()