ASP.NET Core - EJ2

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DiagramDataSource - ASP.NETCore-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DiagramDataSource

    Inheritance
    System.Object
    EJTagHelper
    DiagramDataSource
    Inherited Members
    EJTagHelper.GetList()
    EJTagHelper.Process(TagHelperContext, TagHelperOutput)
    EJTagHelper.RegisterScript()
    EJTagHelper.GetSerializedProperties()
    EJTagHelper.GetScriptString()
    EJTagHelper.GetHtmlAttrString(IDictionary<String, Object>)
    EJTagHelper.TagName
    EJTagHelper.ViewContext
    EJTagHelper.For
    EJTagHelper.NameSpace
    EJTagHelper.ClassName
    EJTagHelper.IsFor
    EJTagHelper.IsChild
    EJTagHelper.IsCollection
    Namespace: Syncfusion.EJ2.Diagrams
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class DiagramDataSource : EJTagHelper

    Constructors

    DiagramDataSource()

    Declaration
    public DiagramDataSource()

    Properties

    ConnectionDataSource

    define connectorDataSource collection

    Declaration
    public DiagramConnectionDataSource ConnectionDataSource { get; set; }
    Property Value
    Type Description
    DiagramConnectionDataSource

    ContentTemplate

    To get or set value for ContentTemplate.

    Declaration
    public MvcTemplate<object> ContentTemplate { get; set; }
    Property Value
    Type Description
    MvcTemplate<System.Object>

    CrudAction

    Add CrudAction to data source

    Declaration
    public DiagramCrudAction CrudAction { get; set; }
    Property Value
    Type Description
    DiagramCrudAction

    DataManager

    Sets the data source either as a collection of objects or as an URL of DataManager

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

    DataMapSettings

    A collection of JSON objects where each object represents an Data Map Items.

    Declaration
    public List<DiagramDataMapSetting> DataMapSettings { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<DiagramDataMapSetting>

    DataSource

    Sets the data source either as a collection of objects or as an URL of DataManager

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

    DoBinding

    Binds the custom data with node model

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

    Id

    Sets the unique id of the data source items

    Declaration
    public override string Id { get; set; }
    Property Value
    Type Description
    System.String
    Overrides
    EJTagHelper.Id

    IsComplex

    Declaration
    protected override bool IsComplex { get; }
    Property Value
    Type Description
    System.Boolean
    Overrides
    EJTagHelper.IsComplex

    ParentId

    Sets the unique id that defines the relationship between the data source items

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

    ParentPropertyName

    Declaration
    protected override string ParentPropertyName { get; }
    Property Value
    Type Description
    System.String
    Overrides
    EJTagHelper.ParentPropertyName

    Root

    Sets the unique id of the root data source item

    Declaration
    public string Root { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved