Show / Hide Table of Contents

Class Diagram

Inheritance
System.Object
Component
Diagram
Inherited Members
Component.children
Component.Parent
Component.Children
Component.ValidChildrenTypes
Component.Name
Component.AddChild(Component)
Component.TryDeleteChild(String, String)
Component.FindChild(String, String)
Component.GetTypeFilteredChildren<T>()
Component.GetUniqueChild<T>()
Component.CloneChildrenInto(Component)
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: DiagramModel.Components
Assembly: cs.temp.dll.dll
Syntax
public class Diagram : Component

Constructors

Diagram(String, Component)

Declaration
public Diagram(string name = "Diagram", Component parent = null)
Parameters
Type Name Description
System.String name
Component parent

Properties

TypeName

Declaration
public static string TypeName { get; }
Property Value
Type Description
System.String

UniqueTypeName

Declaration
public override string UniqueTypeName { get; }
Property Value
Type Description
System.String
Overrides
Component.UniqueTypeName

Methods

Clear()

Declaration
public void Clear()

Clone()

Declaration
public override Component Clone()
Returns
Type Description
Component
Overrides
Component.Clone()

ConvertTextToDiagram(String, IList<Command>, String)

Declaration
public void ConvertTextToDiagram(string text, IList<Command> parsedCommands = null, string languageCode = null)
Parameters
Type Name Description
System.String text
IList<Command> parsedCommands
System.String languageCode

GetClasses()

Declaration
public IReadOnlyList<Class> GetClasses()
Returns
Type Description
IReadOnlyList<Class>

GetParsedCommands(String, String)

Declaration
public static IList<Command> GetParsedCommands(string text, string languageCode = null)
Parameters
Type Name Description
System.String text
System.String languageCode
Returns
Type Description
IList<Command>
In This Article
Back to top Generated by DocFX