GanttEditingBuilder Methods
Provides methods that allow you to configure nested options of the client-side editing object.Name | Description |
---|---|
AllowDependencyAdding(JS) | Specifies whether a user can add dependencies. Mirrors the client-side allowDependencyAdding option. |
AllowDependencyAdding(Boolean) | Specifies whether a user can add dependencies. Mirrors the client-side allowDependencyAdding option. |
AllowDependencyDeleting(JS) | Specifies whether a user can delete dependencies. Mirrors the client-side allowDependencyDeleting option. |
AllowDependencyDeleting(Boolean) | Specifies whether a user can delete dependencies. Mirrors the client-side allowDependencyDeleting option. |
AllowResourceAdding(JS) | Specifies whether a user can add resources. tasks. Mirrors the client-side allowResourceAdding option. |
AllowResourceAdding(Boolean) | Specifies whether a user can add resources. tasks. Mirrors the client-side allowResourceAdding option. |
AllowResourceDeleting(JS) | Specifies whether a user can delete resources. Mirrors the client-side allowResourceDeleting option. |
AllowResourceDeleting(Boolean) | Specifies whether a user can delete resources. Mirrors the client-side allowResourceDeleting option. |
AllowResourceUpdating(JS) | For internal use only. Mirrors the client-side allowResourceUpdating option. |
AllowResourceUpdating(Boolean) | For internal use only. Mirrors the client-side allowResourceUpdating option. |
AllowTaskAdding(JS) | Specifies whether a user can add tasks. Mirrors the client-side allowTaskAdding option. |
AllowTaskAdding(Boolean) | Specifies whether a user can add tasks. Mirrors the client-side allowTaskAdding option. |
AllowTaskDeleting(JS) | Specifies whether a user can delete tasks. Mirrors the client-side allowTaskDeleting option. |
AllowTaskDeleting(Boolean) | Specifies whether a user can delete tasks. Mirrors the client-side allowTaskDeleting option. |
AllowTaskResourceUpdating(JS) | Specifies whether users can update a task's resources. Mirrors the client-side allowTaskResourceUpdating option. |
AllowTaskResourceUpdating(Boolean) | Specifies whether users can update a task's resources. Mirrors the client-side allowTaskResourceUpdating option. |
AllowTaskUpdating(JS) | Specifies whether a user can update tasks. Mirrors the client-side allowTaskUpdating option. |
AllowTaskUpdating(Boolean) | Specifies whether a user can update tasks. Mirrors the client-side allowTaskUpdating option. |
Enabled(JS) | Specifies whether a user can edit tasks, resources and dependencies. Mirrors the client-side enabled option. |
Enabled(Boolean) | Specifies whether a user can edit tasks, resources and dependencies. Mirrors the client-side enabled option. |
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. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
Option(String, Object) | Specifies an option by its name. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also