Class PseudoParameterVertex
Graph vertex that represents an AWS pseudo parameter
Inherited Members
Namespace: Firefly.CloudFormationParser.GraphObjects
Assembly: Firefly.CloudFormationParser.dll
Syntax
public class PseudoParameterVertex : AbstractVertex, IVertex, IParameterVertex
Constructors
| Improve this Doc View SourcePseudoParameterVertex(ITemplateObject)
Initializes a new instance of the PseudoParameterVertex class.
Declaration
public PseudoParameterVertex(ITemplateObject templateObject)
Parameters
Type | Name | Description |
---|---|---|
ITemplateObject | templateObject | The template object. |
Properties
| Improve this Doc View SourceShape
Gets the shape with which to draw the vertex.
Declaration
public override GraphvizVertexShape Shape { get; }
Property Value
Type | Description |
---|---|
QuikGraph.Graphviz.Dot.GraphvizVertexShape | The shape. |