Class
GanttDependencies

Definition

Constructors

GanttDependencies()

Declaration

cs-api-definition
public GanttDependencies()

Properties

Data

Defines the data source of the Dependencies.

Declaration

cs-api-definition
[Parameter]
public IEnumerable<object> Data { get; set; }

Property Value

IEnumerable<object>

IdField

Defines the Id DataField of the DataSource.

Declaration

cs-api-definition
[Parameter]
public string IdField { get; set; }

Property Value

string

OnCreate

Fires when a dependency is created.

Declaration

cs-api-definition
[Parameter]
public EventCallback<GanttDependencyCreateEventArgs> OnCreate { get; set; }

Property Value

EventCallback<GanttDependencyCreateEventArgs>

OnDelete

Fires when a dependency is deleted.

Declaration

cs-api-definition
[Parameter]
public EventCallback<GanttDependencyDeleteEventArgs> OnDelete { get; set; }

Property Value

EventCallback<GanttDependencyDeleteEventArgs>

PredecessorIdField

Defines the Predecessor Id DataField of the DataSource.

Declaration

cs-api-definition
[Parameter]
public string PredecessorIdField { get; set; }

Property Value

string

SuccessorIdField

Defines the Successor DataField of the DataSource.

Declaration

cs-api-definition
[Parameter]
public string SuccessorIdField { get; set; }

Property Value

string

TypeField

Defines the Type DataField of the DataSource.

Declaration

cs-api-definition
[Parameter]
public string TypeField { get; set; }

Property Value

string

Methods

BuildRenderTree(RenderTreeBuilder)

Declaration

cs-api-definition
protected override void BuildRenderTree(RenderTreeBuilder __builder)

Parameters

__builder

RenderTreeBuilder

Overrides ComponentBase.BuildRenderTree(RenderTreeBuilder)

Dispose()

Declaration

cs-api-definition
public void Dispose()

Implements IDisposable.Dispose()

OnInitialized()

Declaration

cs-api-definition
protected override void OnInitialized()

Overrides ComponentBase.OnInitialized()