Class CRUDAction
CRUD feature allows the users to read the DataSource and perform add/edit/delete the data in datasource at runtime.
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.Models.Diagram
Assembly: Syncfusion.EJ.dll
Syntax
public class CRUDAction : EJTagHelper
Constructors
CRUDAction()
Declaration
public CRUDAction()
Properties
Create
Declaration
[JsonProperty("create")]
public string Create { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Destroy
Declaration
[JsonProperty("destroy")]
public string Destroy { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Read
Declaration
[JsonProperty("read")]
public string Read { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Update
Declaration
[JsonProperty("update")]
public string Update { get; set; }
Property Value
Type | Description |
---|---|
System.String |