Skip to main content

DiagramEdgesBuilder Methods

Provides methods that allow you to configure nested options of the client-side edges object.
Name Description
CustomDataExpr(JS) Mirrors the client-side customDataExpr option.
CustomDataExpr(String) Mirrors the client-side customDataExpr option.
DataSource(JS) Mirrors the client-side dataSource option.
DataSource(IEnumerable, String[]) Binds diagram edges to a collection: Array, List, or IEnumerable.
DataSource(Func<DataSourceFactory, OptionsOwnerBuilder>) Binds diagram edges to data, allows you to configure data access from different sources: API controllers, Razor page handlers, OData services, arrays, and more.
DataSource(String, String[]) Binds diagram edges to read-only data in JSON format.
DataSourceOptions(Action<DataSourceOptionsBuilder>) Provides access to methods that mirror client-side data source options.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
FromExpr(JS) Mirrors the client-side fromExpr option.
FromExpr(String) Mirrors the client-side fromExpr option.
FromLineEndExpr(JS) Mirrors the client-side fromLineEndExpr option.
FromLineEndExpr(String) Mirrors the client-side fromLineEndExpr option.
FromPointIndexExpr(JS) Mirrors the client-side fromPointIndexExpr option.
FromPointIndexExpr(String) Mirrors the client-side fromPointIndexExpr option.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
KeyExpr(JS) Mirrors the client-side keyExpr option.
KeyExpr(String) Mirrors the client-side keyExpr option.
LineTypeExpr(JS) Mirrors the client-side lineTypeExpr option.
LineTypeExpr(String) Mirrors the client-side lineTypeExpr option.
LockedExpr(JS) Mirrors the client-side lockedExpr option.
LockedExpr(String) Mirrors the client-side lockedExpr option.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
Option(String, Object) Specifies an option by its name.
PointsExpr(JS) Mirrors the client-side pointsExpr option.
PointsExpr(String) Mirrors the client-side pointsExpr option.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
StyleExpr(JS) Mirrors the client-side styleExpr option.
StyleExpr(String) Mirrors the client-side styleExpr option.
TextExpr(JS) Mirrors the client-side textExpr option.
TextExpr(String) Mirrors the client-side textExpr option.
TextStyleExpr(JS) Mirrors the client-side textStyleExpr option.
TextStyleExpr(String) Mirrors the client-side textStyleExpr option.
ToExpr(JS) Mirrors the client-side toExpr option.
ToExpr(String) Mirrors the client-side toExpr option.
ToLineEndExpr(JS) Mirrors the client-side toLineEndExpr option.
ToLineEndExpr(String) Mirrors the client-side toLineEndExpr option.
ToPointIndexExpr(JS) Mirrors the client-side toPointIndexExpr option.
ToPointIndexExpr(String) Mirrors the client-side toPointIndexExpr option.
ToString() Returns a string that represents the current object. Inherited from Object.
ZIndexExpr(JS) Mirrors the client-side zIndexExpr option.
ZIndexExpr(String) Mirrors the client-side zIndexExpr option.
See Also