Show / Hide Table of Contents

Class ParameterVertex

Graph vertex that represents a template parameter

Inheritance
Object
AbstractVertex
ParameterVertex
Implements
IVertex
IParameterVertex
Inherited Members
AbstractVertex.Name
AbstractVertex.TemplateObject
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Firefly.CloudFormationParser.GraphObjects
Assembly: Firefly.CloudFormationParser.dll
Syntax
public class ParameterVertex : AbstractVertex, IVertex, IParameterVertex

Constructors

| Improve this Doc View Source

ParameterVertex(ITemplateObject)

Initializes a new instance of the ParameterVertex class.

Declaration
public ParameterVertex(ITemplateObject templateObject)
Parameters
Type Name Description
ITemplateObject templateObject

The template object.

Properties

| Improve this Doc View Source

Shape

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.

Overrides
AbstractVertex.Shape

Implements

IVertex
IParameterVertex

See Also

AbstractVertex
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX