The project instance, this entity belongs to.
A method which assigns a resource to the current event
If a given resource is assigned to this task, returns a BaseAssignmentMixin instance for it.
Otherwise returns null
Convenience method to get the instance of the assignment store in the project instance, this entity belongs to.
Convenience method to get the instance of the calendar manager store in the project instance, this entity belongs to.
Convenience method to get the instance of the dependency store in the project instance, this entity belongs to.
Convenience method to get the instance of the event store in the project instance, this entity belongs to.
The method to get the project instance, this entity belongs to.
Convenience method to get the instance of the resource store in the project instance, this entity belongs to.
Template method, which is called when model is joining the project (through joining some store that has already joined the project)
Template method, which is called when model is leaving the project (through leaving some store usually)
The method to set the project instance, this entity belongs to.
A method which unassigns a resource from the current event
Generated using TypeDoc
This is a mixin enabling events to handle assignments. It is mixed by CoreHasAssignmentsMixin and BaseHasAssignmentsMixin. It provides a collection of all assignments, which reference this event.
Doesn't affect scheduling.