menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DiagramCrudAction - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DiagramCrudAction

    Inheritance
    System.Object
    Syncfusion.EJ2.EJTagHelper
    DiagramCrudAction
    ConnectionDataSourceCrudActionConnectionDataSource
    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
    Syncfusion.EJ2.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

    The default value is ""

    CustomFields

    Add custom fields to node

    Declaration
    public object CustomFields { get; set; }
    Property Value
    Type Description
    System.Object

    The default value is null

    Destroy

    set an URL to remove an data in database

    Declaration
    public string Destroy { get; set; }
    Property Value
    Type Description
    System.String

    The default value is ""

    Read

    set an URL to get a data from database

    Declaration
    public string Read { get; set; }
    Property Value
    Type Description
    System.String

    The default value is ""

    Update

    set an URL to update the existing data in database

    Declaration
    public string Update { get; set; }
    Property Value
    Type Description
    System.String

    The default value is ""

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved