Represents a data serializer used to persist the contents of a TaskManager component within a Project XML file.

The TaskManager..::..ProjectXmlSerializer..::..PredecessorItemLoadingEventArgs type exposes the following members.

Constructors

Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)

Properties

  NameDescription
Public propertyPredecessorItem
Indicates the destination PredecessorItem object.
Public propertySourceElement
Indicates the source XML element used as input data within the Load operation.
(Inherited from TaskManager..::..ProjectXmlSerializer..::..ElementLoadingEventArgs.)
Public propertyTaskItem
Indicates the destination TaskItem object.
(Inherited from TaskManager..::..ProjectXmlSerializer..::..TaskItemLoadingEventArgs.)

See Also