The PackageInfo type exposes the following members.

Constructors

  NameDescription
Public methodPackageInfo()()()()
This Constructor creates a new InstallPackage instance
Public methodPackageInfo(InstallerInfo)
This Constructor creates a new InstallPackage instance as defined by the Parameters

Methods

  NameDescription
Public methodAttachInstallerInfo
The AttachInstallerInfo method attachs an InstallerInfo instance to the Package
Public methodClone
Clone current object.
Protected methodCloneBaseProperties (Inherited from BaseEntityInfo.)
Public methodCreatedByUser
Gets the UserInfo object associated with this user
(Inherited from BaseEntityInfo.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFillInternal
Fills a BaseEntityInfo from a Data Reader
(Inherited from BaseEntityInfo.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it 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.)
Public methodLastModifiedByUser
Gets the UserInfo object associated with this user
(Inherited from BaseEntityInfo.)
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.)

Extension Methods

  NameDescription
Public Extension MethodToJson
Extension method on object that serializes the value to Json. Note the type must be marked Serializable or include a DataContract attribute.
(Defined by JsonExtensionsWeb.)

Properties

  NameDescription
Public propertyCreatedByUserID
Gets the CreatedByUserID
(Inherited from BaseEntityInfo.)
Public propertyCreatedOnDate
Gets the CreatedOnDate
(Inherited from BaseEntityInfo.)
Public propertyDependencies
Gets the direct dependencies of this package.
Public propertyDescription
Gets the Description of this package
Public propertyEmail
Gets the Email for this package
Public propertyFileName
Gets the FileName of this package
Public propertyFiles
Gets a Dictionary of Files that are included in the Package
Public propertyFolderName
Gets the name (path) of the folder where the package is installed
Public propertyFriendlyName
Gets and Sets the FriendlyName of this package
Public propertyIconFile
Gets the url for the icon for the package
Public propertyInstalledVersion
Gets and sets the Installed Version of the Package
Public propertyInstallerInfo
Gets the associated InstallerInfo
Public propertyInstallMode
Gets the InstallMode
Public propertyIsSystemPackage
Gets and Sets whether this package is a "system" Package
Public propertyIsValid
Gets whether the Package is Valid
Public propertyLastModifiedByUserID
Gets the LastModifiedByUserID
(Inherited from BaseEntityInfo.)
Public propertyLastModifiedOnDate
Gets the LastModifiedOnDate
(Inherited from BaseEntityInfo.)
Public propertyLicense
Gets and Sets the License of this package
Public propertyLog
Gets the Logger
Public propertyManifest
Gets the Manifest of this package
Public propertyName
Gets the Name of this package
Public propertyOrganization
Gets the Organisation for this package
Public propertyOwner
Gets the Owner of this package
Public propertyPackageID
Gets the ID of this package
Public propertyPackageType
Gets the Type of this package
Public propertyPortalID
Gets the ID of this portal
Public propertyReleaseNotes
Gets and Sets the ReleaseNotes of this package
Public propertyUrl
Gets the Url for this package
Public propertyVersion
Gets the Version of this package

See Also