Class DiagramCrudAction
Inheritance
System.Object
DiagramCrudAction
Inherited Members
Namespace: Syncfusion.EJ2.Diagrams
Assembly: Syncfusion.EJ2.dll
Syntax
public class DiagramCrudAction : EJTagHelper
Constructors
DiagramCrudAction()
Declaration
public DiagramCrudAction()
Properties
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Type | Description |
---|---|
MvcTemplate<System.Object> |
Create
set an URL to add a data into database
Declaration
public string Create { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CustomFields
Add custom fields to node
Declaration
public object CustomFields { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
Destroy
set an URL to remove an data in database
Declaration
public string Destroy { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IsComplex
Declaration
protected override bool IsComplex { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
ParentPropertyName
Declaration
protected override string ParentPropertyName { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Read
set an URL to get a data from database
Declaration
public string Read { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Update
set an URL to update the existing data in database
Declaration
public string Update { get; set; }
Property Value
Type | Description |
---|---|
System.String |