Class ConnectionDataSourceSettings
Configures data source for Diagram to create the connection by using ID and parent name as per given data.
Inheritance
System.Object
ConnectionDataSourceSettings
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()
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
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 |
|