ASP.NET MVC

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CRUDAction - ASP.NETMVC API Reference | Syncfusion

    Show / Hide Table of Contents

    Class CRUDAction

    CRUD feature allows the users to read the DataSource and perform add/edit/delete the data in datasource at runtime.

    Inheritance
    System.Object
    EJTagHelper
    CRUDAction
    Inherited Members
    EJTagHelper.GetControlDetails()
    EJTagHelper.GetControlDetails(String)
    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved