class GanttTaskResourceLink

This class represents the configuration object of an resource of an activity of a Gantt


Base class:

DMBaseEntity

Implemented interfaces:

INotifyPropertyChanged

Derived types:

This type is not derived by any type in DocsMarshal.


Constructors

GanttTaskResourceLink ()


GanttTaskResourceLink (State state)


Properties

Boolean? DynamicallyAssigned { get; set; }

Indicates if the resource has been assigned dynamically by the planning service


EGanttTaskResourceLinkGrant? Grant { get; set; }

The permissions of the task's resources


Boolean Grant_CanEditCheckList { get; set; }


Boolean Grant_CanManageSubTasks { get; set; }


Boolean Grant_CanManageTaskDuration { get; set; }


Int32 Id { get; set; }


Guid IdGantt { get; set; }


Guid IdGanttTask { get; set; }


Guid IdGanttTaskResourceLink { get; set; }

The identifier of the resource assigned to the task


DateTime InsertDt { get; set; }

The date when the resource was assigned to the task


Boolean IsAdded { get; }


Boolean IsDeleted { get; }


Boolean IsRequirement { get; set; }


Boolean IsUpdated { get; }


Int32? OwnerId { get; set; }

The security identity id that assigned the resource to the task


Int32 SecurityIdentityId { get; set; }

Id of the security identity assigned to the task


State State { get; set; }