Class Diagram
Inheritance
System.Object
Diagram
Inherited Members
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()
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
Methods
Clear()
Declaration
Clone()
Declaration
public override Component Clone()
Returns
Overrides
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> |
|