menu

ASP.NET Web Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ConnectionDataSourceSettings

    Show / Hide Table of Contents

    Class ConnectionDataSourceSettings

    Configures data source for Diagram to create the connection by using ID and parent name as per given data.

    Inheritance
    System.Object
    EJTagHelper
    ConnectionDataSourceSettings
    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 ConnectionDataSourceSettings : EJTagHelper

    Constructors

    ConnectionDataSourceSettings()

    Declaration
    public ConnectionDataSourceSettings()

    Properties

    CrudAction

    Declaration
    [JsonProperty("crudAction")]
    public CRUDAction CrudAction { get; set; }
    Property Value
    Type Description
    CRUDAction

    CustomFields

    Declaration
    [JsonProperty("customFields")]
    public List<string> CustomFields { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.String>

    DataSource

    Declaration
    [HtmlAttributeName("datasource")]
    [JsonProperty("dataSource")]
    [JsonConverter(typeof(DataManagerConverter))]
    public object DataSource { get; set; }
    Property Value
    Type Description
    System.Object

    Id

    Declaration
    [JsonProperty("id")]
    public string Id { get; set; }
    Property Value
    Type Description
    System.String

    SourceNode

    Declaration
    [JsonProperty("sourceNode")]
    public string SourceNode { get; set; }
    Property Value
    Type Description
    System.String

    SourcePointX

    Declaration
    [JsonProperty("sourcePointX")]
    public string SourcePointX { get; set; }
    Property Value
    Type Description
    System.String

    SourcePointY

    Declaration
    [JsonProperty("sourcePointY")]
    public string SourcePointY { get; set; }
    Property Value
    Type Description
    System.String

    TargetNode

    Declaration
    [JsonProperty("targetNode")]
    public string TargetNode { get; set; }
    Property Value
    Type Description
    System.String

    TargetPointX

    Declaration
    [JsonProperty("targetPointX")]
    public string TargetPointX { get; set; }
    Property Value
    Type Description
    System.String

    TargetPointY

    Declaration
    [JsonProperty("targetPointY")]
    public string TargetPointY { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved