-
Notifications
You must be signed in to change notification settings - Fork 13
markdocdiagrams IDiagramResolver
Denis Akopyan edited this page Mar 6, 2022
·
1 revision
Interface for diagram resolvers
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph MarkDoc.Diagrams
MarkDoc.Diagrams.IDiagramResolver[[IDiagramResolver]]
class MarkDoc.Diagrams.IDiagramResolver interfaceStyle;
end
| Returns | Name |
|---|---|
bool |
TryGenerateDiagram(IType type, out (string name, string content) diagram) |
Interface for diagram resolvers
public abstract bool TryGenerateDiagram(IType type, out (string name, string content) diagram)| Type | Name | Description |
|---|---|---|
IType |
type | |
out (string name, string content)
|
diagram |
Generated with MarkDoc