The PredecessorManager type exposes the following members.

Constructors

  NameDescription
PredecessorManagerOverloaded.

Methods

  NameDescription
AddOverloaded.
AddRangeOverloaded.
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.)
ClearValueOverloaded.
CoerceValue (Inherited from DependencyObject.)
CreateEntity
Creates a new predecessor wrapping the specified object.
(Overrides EntityManager..::.CreateEntity(Object).)
CreateEntityCollection
Creates the internal predecessor collection to be used as the predecessor host of this PredecessorManager.
(Overrides EntityManager..::.CreateEntityCollection()()().)
CreateEntityFromSimpleItem
Creates a new predecessor for simple data management mode.
(Overrides EntityManager..::.CreateEntityFromSimpleItem(SimpleEntityItem).)
CreateReadOnlyEntityCollection
Creates the internal read-only predecessor collection to be provided by this PredecessorManager.
(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.)
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.)
GetPredecessor
Gets the predecessor that wraps the specified object from the internal predecessor collection, or null if such predecessor doesn't exist.
GetPredecessorAt
Gets the predecessor at the specified index from the internal predecessor collection.
GetType (Inherited from Object.)
GetValue (Inherited from DependencyObject.)
InitializeEntityCollection
Sets up the read only predecessor collection to be used for viewing predecessor externally.
(Overrides EntityManager..::.InitializeEntityCollection(EntityCollection).)
InsertOverloaded.
InsertRangeOverloaded.
InvalidateProperty (Inherited from DependencyObject.)
MemberwiseClone (Inherited from Object.)
MoveOverloaded.
MoveRange
Moves a range of items to a new index in the managed collection.
(Inherited from EntityManager.)
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.)
OnDependencyTypeMemberPathChanged
Called when the DependencyTypeMemberPath property changes.
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 predecessors are initialized.
(Overrides EntityManager..::.OnInitializeEntitiesCompleted()()().)
OnInitializeEntitiesCompleting
Executed when the managed predecessors are initialized. The initial index of the predecessors. The initialized predecessors.
(Overrides EntityManager..::.OnInitializeEntitiesCompleting(Int32, IEnumerable<(Of <(Entity>)>)).)
OnLagMemberPathChanged
Called when the LagMemberPath property changes.
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.)
OnTaskItemMemberPathChanged
Called when the TaskItemMemberPath property changes.
OnVisibilityFilterChanged
Raises the VisibilityFilterChanged. Called when the visibility filter is changed.
(Inherited from EntityManager.)
ReadLocalValue (Inherited from DependencyObject.)
RemoveOverloaded.
RemoveAt
Removes the entity at the specified index of the managed collection.
(Inherited from EntityManager.)
RemoveRangeOverloaded.
RemoveRangeAt
Removes the entities at the specified index of the managed collection.
(Inherited from EntityManager.)
RemoveValueOverloaded.
SetCurrentValue (Inherited from DependencyObject.)
SetValueOverloaded.
ShouldSerializeProperty (Inherited from DependencyObject.)
ToString (Inherited from Object.)
UpdateValueOverloaded.
VerifyAccess (Inherited from DispatcherObject.)

Fields

  NameDescription
DependencyTypeMemberPathProperty
Identifies the DependencyTypeMemberPath dependency property.
LagMemberPathProperty
Identifies the LagMemberPath dependency property.
PredecessorsProperty
Identifies the Predecessors dependency property.
TaskItemMemberPathProperty
Identifies the TaskItemMemberPath dependency property.

Properties

  NameDescription
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.)
DependencyTypeMemberPath
Gets or sets the path to a DependencyType value on the source predecessor item to serve as the predecessor dependency type, or null to indicate that the lag is not provided by the source predecessor item. Predecessor dependency type indicates how the current task depends on the predecessor task. This is a dependency property.
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 predecessor that wraps the specified object from the internal predecessor collection, or null if such predecessor doesn't exist.
Items
Gets or sets the object collection to be managed.
(Inherited from EntityManager.)
LagMemberPath
Gets or sets the path to a TimeSpan value on the source predecessor item to serve as the predecessor lag, or null to indicate that the lag is not provided by the source predecessor item. Predecessor lag indicates when the current task depends on the predecessor task. If lag is zero the dependency is applied at the appropriate time. If lag is positive the dependency is applied so that there will be an exclusion interval between the tasks. If lag is negative the dependency is applied so that there will be an intersection interval between the tasks. This is a dependency property.
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 PredecessorManager.
Predecessors
Gets the read-only predecessor collection wrapping the objects that are currently managed. This is a dependency property.
TaskItemMemberPath
Gets or sets the path to an Object value on the source predecessor item to serve as the predecessor task item, or null to indicate that the task item is not provided by the source predecessor item. Predecessor task item indicates the task that the current task depends on. You can use a TaskItem object as the task 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

  NameDescription
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.)

See Also