Class
GanttEditDialogState

Definition

Namespace:Telerik.Blazor.Components.Gantt.EditForm

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class GanttEditDialogState

Inheritance: objectGanttEditDialogState

Constructors

GanttEditDialogState()

Declaration

cs-api-definition
public GanttEditDialogState()

Properties

DeletedDependencies

Declaration

cs-api-definition
public List<GanttDependencyDescriptor> DeletedDependencies { get; set; }

Property Value

List<GanttDependencyDescriptor>

Dependencies

Declaration

cs-api-definition
public List<GanttDependencyDescriptor> Dependencies { get; set; }

Property Value

List<GanttDependencyDescriptor>

DependenciesOptions

Declaration

cs-api-definition
public List<TaskModel> DependenciesOptions { get; set; }

Property Value

List<TaskModel>

DependenciesSettings

Declaration

cs-api-definition
public GanttDependencies DependenciesSettings { get; set; }

Property Value

GanttDependencies

IsNew

Declaration

cs-api-definition
public bool IsNew { get; set; }

Property Value

bool

ParentOptions

Declaration

cs-api-definition
public List<TaskModel> ParentOptions { get; set; }

Property Value

List<TaskModel>

ParentTask

Declaration

cs-api-definition
public TaskModel ParentTask { get; set; }

Property Value

TaskModel

PredefinedFields

Declaration

cs-api-definition
public Dictionary<string, string> PredefinedFields { get; set; }

Property Value

Dictionary<string, string>

Task

Declaration

cs-api-definition
public TaskModel Task { get; set; }

Property Value

TaskModel

UpdatedDependencies

Declaration

cs-api-definition
public List<GanttDependencyDescriptor> UpdatedDependencies { get; set; }

Property Value

List<GanttDependencyDescriptor>

Methods

DeleteDependency(GanttDependencyDescriptor)

Declaration

cs-api-definition
public void DeleteDependency(GanttDependencyDescriptor dependency)

Parameters

dependency

GanttDependencyDescriptor

GetModifiedDependencies()

Declaration

cs-api-definition
public ModifiedDependenciesDescriptor GetModifiedDependencies()

Returns

ModifiedDependenciesDescriptor

GetPredecessors()

Declaration

cs-api-definition
public List<GanttDependencyDescriptor> GetPredecessors()

Returns

List<GanttDependencyDescriptor>

GetSuccessors()

Declaration

cs-api-definition
public List<GanttDependencyDescriptor> GetSuccessors()

Returns

List<GanttDependencyDescriptor>

UpdateDependency(GanttDependencyDescriptor)

Declaration

cs-api-definition
public void UpdateDependency(GanttDependencyDescriptor dependency)

Parameters

dependency

GanttDependencyDescriptor