Class ParameterVertex
Graph vertex that represents a template parameter
Inherited Members
Namespace: Firefly.CloudFormationParser.GraphObjects
Assembly: Firefly.CloudFormationParser.dll
Syntax
public class ParameterVertex : AbstractVertex, IVertex, IParameterVertex
Constructors
| Improve this Doc View SourceParameterVertex(ITemplateObject)
Initializes a new instance of the Parameter
Declaration
public ParameterVertex(ITemplateObject templateObject)
Parameters
Type | Name | Description |
---|---|---|
ITemplate |
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 |
---|---|
Quik |
The shape. |