The AssignmentManager type exposes the following members.
Constructors
Name | Description | |
---|---|---|
AssignmentManager | Overloaded. |
Methods
Name | Description | |
---|---|---|
Add | Overloaded. | |
AddRange | Overloaded. | |
BeginInit |
Signals the entity manager that initialization is starting.
(Inherited from EntityManager.) | |
CheckAccess | (Inherited from DispatcherObject.) | |
Clear |
Removes all entities from the managed collection.
(Inherited from EntityManager.) | |
ClearValue | Overloaded. | |
CoerceValue | (Inherited from DependencyObject.) | |
CreateEntity |
Creates a new assignment wrapping the specified object.
(Overrides EntityManager..::.CreateEntity(Object).) | |
CreateEntityCollection |
Creates the internal assignment collection to be used as the assignment host of this AssignmentManager.
(Overrides EntityManager..::.CreateEntityCollection()()().) | |
CreateEntityFromSimpleItem |
Creates a new assignment for simple data management mode.
(Overrides EntityManager..::.CreateEntityFromSimpleItem(SimpleEntityItem).) | |
CreateReadOnlyEntityCollection |
Creates the internal read-only assignment collection to be provided by this AssignmentManager.
(Overrides EntityManager..::.CreateReadOnlyEntityCollection(EntityCollection).) | |
Dispose |
Releases all resources used by the EntityManager.
(Inherited from EntityManager.) | |
EndInit |
Signals the entity manager that initialization is complete.
(Inherited from EntityManager.) | |
Equals | (Inherited from DependencyObject.) | |
Finalize | (Inherited from Object.) | |
GetAssignment |
Gets the assignment that wraps the specified object from the internal assignment collection, or null if such assignment doesn't exist.
| |
GetAssignmentAt |
Gets the assignment at the specified index from the internal assignment collection.
| |
GetEntity |
Gets the entity that wraps the specified object from the internal entity collection, or null if such entity doesn't exist.
(Inherited from EntityManager.) | |
GetEntityAt |
Gets the entity at the specified index from the internal entity collection.
(Inherited from EntityManager.) | |
GetHashCode | (Inherited from DependencyObject.) | |
GetLocalValueEnumerator | (Inherited from DependencyObject.) | |
GetType | (Inherited from Object.) | |
GetValue | (Inherited from DependencyObject.) | |
InitializeEntityCollection |
Sets up the read only assignment collection to be used for viewing assignment externally.
(Overrides EntityManager..::.InitializeEntityCollection(EntityCollection).) | |
Insert | Overloaded. | |
InsertRange | Overloaded. | |
InvalidateProperty | (Inherited from DependencyObject.) | |
MemberwiseClone | (Inherited from Object.) | |
Move | Overloaded. | |
MoveRange |
Moves a range of items to a new index in the managed collection.
(Inherited from EntityManager.) | |
OnAllocationUnitsMemberPathChanged |
Called when the AllocationUnitsMemberPath property changes.
| |
OnCountChanged |
Called when the Count property changes.
(Inherited from EntityManager.) | |
OnDataPropertyChanged |
Signals that a data binding property such as Items is changed.
Inheriters should call this method from the PropertyChanged callbacks of their own data binding properties.
(Inherited from EntityManager.) | |
OnDisposing |
Called when the EntityManager is disposed.
(Inherited from EntityManager.) | |
OnEntitiesChanged |
Raises the EntitiesChanged event.
Called when the entities collection is changed.
(Inherited from EntityManager.) | |
OnInitialization |
Called when the EntityManager is initialized.
(Inherited from EntityManager.) | |
OnInitialized |
Notifies that initialization of the entity manager is completed and binds the entity collection to the specified data objects that are to be managed.
(Inherited from EntityManager.) | |
OnInitializeEntitiesCompleted |
Executed after the managed assignments are initialized.
(Overrides EntityManager..::.OnInitializeEntitiesCompleted()()().) | |
OnInitializeEntitiesCompleting |
Executed when the managed assignments are initialized.
The initial index of the assignments.
The initialized assignments.
(Overrides EntityManager..::.OnInitializeEntitiesCompleting(Int32, IEnumerable<(Of <(Entity>)>)).) | |
OnNewItem |
Raises the NewItem event when a new item is created in the collection to allow the event handlers to create their own item type.
(Inherited from EntityManager.) | |
OnPropertyChanged | (Inherited from DependencyObject.) | |
OnResourceItemMemberPathChanged |
Called when the ResourceItemMemberPath property changes.
| |
OnVisibilityFilterChanged |
Raises the VisibilityFilterChanged.
Called when the visibility filter is changed.
(Inherited from EntityManager.) | |
ReadLocalValue | (Inherited from DependencyObject.) | |
Remove | Overloaded. | |
RemoveAt |
Removes the entity at the specified index of the managed collection.
(Inherited from EntityManager.) | |
RemoveRange | Overloaded. | |
RemoveRangeAt |
Removes the entities at the specified index of the managed collection.
(Inherited from EntityManager.) | |
RemoveValue | Overloaded. | |
SetCurrentValue | (Inherited from DependencyObject.) | |
SetValue | Overloaded. | |
ShouldSerializeProperty | (Inherited from DependencyObject.) | |
ToString | (Inherited from Object.) | |
UpdateValue | Overloaded. | |
VerifyAccess | (Inherited from DispatcherObject.) |
Fields
Name | Description | |
---|---|---|
AllocationUnitsMemberPathProperty |
Identifies the AllocationUnitsMemberPath dependency property.
| |
AssignmentsProperty |
Identifies the Assignments dependency property.
| |
ResourceItemMemberPathProperty |
Identifies the ResourceItemMemberPath dependency property.
|
Properties
Name | Description | |
---|---|---|
AllocationUnitsMemberPath |
Gets or sets the path to a Double value on the source assignment item to serve as the assigned allocation units value, or null to indicate that the allocation units value is not provided by the source assignment item.
The assigned allocation units value represents the percent of the resource availability to consider for the assignment, and it can be used when determining the resource availability for a specific time interval.
It is recommended to set this property.
This is a dependency property.
| |
Assignments |
Gets the read-only assignment collection wrapping the objects that are currently managed.
This is a dependency property.
| |
Count |
Gets the count of entities managed by this EntityManager.
This is a dependency property.
(Inherited from EntityManager.) | |
DataManagementMode |
Gets a value indicating the data management mode used with the entity manager.
(Inherited from EntityManager.) | |
DependencyObjectType | (Inherited from DependencyObject.) | |
Dispatcher | (Inherited from DispatcherObject.) | |
Entities |
Gets the read-only entity collection wrapping the objects that are currently managed.
This is a dependency property.
(Inherited from EntityManager.) | |
EntityCount |
Gets the actual count of entities managed by this EntityManager.
(Inherited from EntityManager.) | |
IsDisposed |
Gets a value indicating whether the EntityManager is currently disposed.
(Inherited from EntityManager.) | |
IsInitialized |
Gets a value indicating whether the entity manager is initialized.
This is a dependency property.
(Inherited from EntityManager.) | |
IsInitializingEntities |
Gets a value indicating whether the EntityManager is currently initializing its entity collection.
(Inherited from EntityManager.) | |
IsSealed | (Inherited from DependencyObject.) | |
IsUsingSimpleDataManagementMode |
Gets a value indicating whether the simple data management mode is used with this entity manager.
(Inherited from EntityManager.) | |
Item |
Gets the assignment that wraps the specified object from the internal assignment collection, or null if such assignment doesn't exist.
| |
Items |
Gets or sets the object collection to be managed.
(Inherited from EntityManager.) | |
ParentEntity |
Gets the parent Entity that owns this EntityManager or null if the manager has no parent entity.
This is a dependency property.
(Inherited from EntityManager.) | |
ParentTask |
Gets the parent Task that owns this AssignmentManager.
| |
ResourceItemMemberPath |
Gets or sets the path to an Object value on the source assignment item to serve as the assigned resource item, or null to indicate that the resource item is not provided by the source assignment item.
You can use a ResourceItem object as the assigned resource item.
It is recommended to set this property.
This is a dependency property.
| |
VisibilityFilter |
Gets or sets the visibility filter to apply on the managed entities.
(Inherited from EntityManager.) |
Events
Name | Description | |
---|---|---|
Disposing |
Occurs when the EntityManager is disposed.
(Inherited from EntityManager.) | |
EntitiesChanged |
Occurs when the entities collection is changed.
(Inherited from EntityManager.) | |
Initialized |
Occurs when initialization of the entity manager is completed.
(Inherited from EntityManager.) | |
NewItem |
Occurs when a new item is created in the collection to allow the event handlers to create their own item type.
(Inherited from EntityManager.) | |
VisibilityFilterChanged |
Occurs when the visibility filter is changed.
(Inherited from EntityManager.) |