The ReturnPackageImport type exposes the following members.

Constructors

  NameDescription
Public methodReturnPackageImport
Initializes a new instance of the ReturnPackageImport class

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyFiles
Gets the manual task files that were included in this return package. These files do not necessarily all belong to the same manual task, but they should all belong to the same project. Also, these file can be a subset of the files that were originally sent out in a project project package.
Public propertyMessages
Gets the list of messages that has been generated so far.
(Inherited from PackageOperation.)
Public propertyPackageId
Gets the unique ID of the package to which this operation relates.
(Inherited from PackageOperation.)
Public propertyPercentComplete
Gets a percentage value indicating how far the package creation has progressed so far.
(Inherited from PackageOperation.)
Public propertyStatus
Gets the current status of the project package creation operation.
(Inherited from PackageOperation.)
Public propertyStatusMessage
Gets a message providing more detail about what is currently happening.
(Inherited from PackageOperation.)

See Also