Class DiagramConnectionDataSource
Represents the Interface for a class ConnectionDataSource.
Inheritance
System.Object
Syncfusion.Blazor.SfBaseComponent
Syncfusion.Blazor.SfBaseExtension
DiagramConnectionDataSource
Assembly: Syncfusion.Blazor.dll
Syntax
public class DiagramConnectionDataSource : SfBaseExtension
Constructors
DiagramConnectionDataSource()
Declaration
public DiagramConnectionDataSource()
Properties
ChildContent
Represents a segment of UI content, implemented.
Declaration
public RenderFragment ChildContent { get; set; }
Property Value
Type |
Description |
Microsoft.AspNetCore.Components.RenderFragment |
|
DataManager
Specifies 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 |
|
Id
Specifies an Id for connector dataSource.
Declaration
public string Id { get; set; }
Property Value
Type |
Description |
System.String |
|
jsProperty
Declaration
protected override string jsProperty { get; set; }
Property Value
Type |
Description |
System.String |
|
Overrides
Syncfusion.Blazor.SfBaseExtension.jsProperty
mainParent
Declaration
protected override SfBaseExtension mainParent { get; set; }
Property Value
Type |
Description |
Syncfusion.Blazor.SfBaseExtension |
|
Overrides
Syncfusion.Blazor.SfBaseExtension.mainParent
SourceID
Specifies the SourceID to connect with the connector.
Declaration
public string SourceID { get; set; }
Property Value
Type |
Description |
System.String |
|
SourcePointX
Specifies the SourcePoint to render connector start point.
Declaration
public double SourcePointX { get; set; }
Property Value
Type |
Description |
System.Double |
|
SourcePointY
Specifies the SourcePoint to render connector start point.
Declaration
public double SourcePointY { get; set; }
Property Value
Type |
Description |
System.Double |
|
TargetID
Specifies TargetID to connect with the connector.
Declaration
public string TargetID { get; set; }
Property Value
Type |
Description |
System.String |
|
TargetPointX
Specifies TargetPoint to render the connector target point.
Declaration
public double TargetPointX { get; set; }
Property Value
Type |
Description |
System.Double |
|
TargetPointY
Specifies TargetPoint to render the connector target point.
Declaration
public double TargetPointY { get; set; }
Property Value
Type |
Description |
System.Double |
|
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Type |
Name |
Description |
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder |
__builder |
|
Dispose()
Declaration
public override void Dispose()
Overrides
Syncfusion.Blazor.SfBaseExtension.Dispose()
GetJSNamespace()
Declaration
public string GetJSNamespace()
Returns
Type |
Description |
System.String |
Get the parent namespaces
|
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
Type |
Description |
System.Threading.Tasks.Task |
Returns asynchronous operation when the component is ready to start, having received its initial parameters from its parent in the render tree
|
Overrides
Syncfusion.Blazor.SfBaseComponent.OnInitializedAsync()
Declaration
protected override Task OnParametersSetAsync()
Returns
Type |
Description |
System.Threading.Tasks.Task |
Returns asynchronous operation when the component has received parameters from its parent in the render tree, and the incoming values have been assigned to properties
|