Class CommandManagerBuilder
Inheritance
System.Object
CommandManagerBuilder
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()
Namespace: Syncfusion.JavaScript.DataVisualization
Assembly: Syncfusion.EJ.dll
Syntax
public class CommandManagerBuilder
Constructors
CommandManagerBuilder(DiagramProperties)
Declaration
public CommandManagerBuilder(DiagramProperties model)
Parameters
Type | Name | Description |
---|---|---|
DiagramProperties | model |
Fields
diagramModel
Declaration
public DiagramProperties diagramModel
Field Value
Type | Description |
---|---|
DiagramProperties |
Methods
Commands(Dictionary<String, Object>)
Declaration
public CommandManagerBuilder Commands(Dictionary<string, object> commands)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.Dictionary<System.String, System.Object> | commands |
Returns
Type | Description |
---|---|
CommandManagerBuilder |