DiagramEdgesBuilder Methods
Provides methods that allow you to configure nested options of the client-side edges object.
Name | Description |
---|---|
Custom |
Specifies the name of a data source field or an expression that returns an edge's custom data. Mirrors the client-side custom |
Custom |
Specifies the name of a data source field or an expression that returns an edge's custom data. Mirrors the client-side custom |
Data |
Binds the edges collection to the specified data. Specify this property if you use node and edge data sources. Mirrors the client-side data |
Data |
Binds diagram edges to a collection: Array , List , or IEnumerable .
|
Data |
Binds diagram edges to data, allows you to configure data access from different sources: API controllers, Razor page handlers, OData services, arrays, and more. |
Data |
Binds diagram edges to read-only data in JSON format. |
Data |
Provides access to methods that mirror client-side data source options. |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
From |
Specifies the name of a data source field or an expression that returns an edge's start node key. Mirrors the client-side from |
From |
Specifies the name of a data source field or an expression that returns an edge's start node key. Mirrors the client-side from |
From |
Specifies the name of a data source field or an expression that returns an edge's line start tip. Mirrors the client-side from |
From |
Specifies the name of a data source field or an expression that returns an edge's line start tip. Mirrors the client-side from |
From |
Specifies the name of a data source field or an expression that returns an index of a shape connection point where an edge starts. Mirrors the client-side from |
From |
Specifies the name of a data source field or an expression that returns an index of a shape connection point where an edge starts. Mirrors the client-side from |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Key |
Specifies the name of a data source field or an expression that returns an edge's key. Mirrors the client-side key |
Key |
Specifies the name of a data source field or an expression that returns an edge's key. Mirrors the client-side key |
Line |
Specifies the name of a data source field or an expression that returns an edge's line type. Mirrors the client-side line |
Line |
Specifies the name of a data source field or an expression that returns an edge's line type. Mirrors the client-side line |
Locked |
Specifies the name of a data source field or an expression whose Boolean value indicates whether an edge is locked. Mirrors the client-side locked |
Locked |
Specifies the name of a data source field or an expression whose Boolean value indicates whether an edge is locked. Mirrors the client-side locked |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Option |
Specifies an option by its name. |
Points |
Specifies the name of a data source field or an expression that returns an edge's key points. Mirrors the client-side points |
Points |
Specifies the name of a data source field or an expression that returns an edge's key points. Mirrors the client-side points |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Style |
Specifies the name of a data source field or an expression that returns an edge style. Mirrors the client-side style |
Style |
Specifies the name of a data source field or an expression that returns an edge style. Mirrors the client-side style |
Text |
Specifies the name of a data source field or an expression that returns edge text. Mirrors the client-side text |
Text |
Specifies the name of a data source field or an expression that returns edge text. Mirrors the client-side text |
Text |
Specifies the name of a data source field or an expression that returns an edge's text style. Mirrors the client-side text |
Text |
Specifies the name of a data source field or an expression that returns an edge's text style. Mirrors the client-side text |
To |
Specifies the name of a data source field or an expression that returns an edge's end node key. Mirrors the client-side to |
To |
Specifies the name of a data source field or an expression that returns an edge's end node key. Mirrors the client-side to |
To |
Specifies the name of a data source field or an expression that returns an edge's line end tip. Mirrors the client-side to |
To |
Specifies the name of a data source field or an expression that returns an edge's line end tip. Mirrors the client-side to |
To |
Specifies the name of a data source field or an expression that returns an index of a shape connection point where an edge ends. Mirrors the client-side to |
To |
Specifies the name of a data source field or an expression that returns an index of a shape connection point where an edge ends. Mirrors the client-side to |
To |
Returns a string that represents the current object. Inherited from Object. |
ZIndex |
Specifies the name of a data source field or an expression that returns an edge's z-index. Mirrors the client-side z |
ZIndex |
Specifies the name of a data source field or an expression that returns an edge's z-index. Mirrors the client-side z |
See Also