The PackageInfo type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| PackageInfo()()()() |
This Constructor creates a new InstallPackage instance
| |
| PackageInfo(InstallerInfo) |
This Constructor creates a new InstallPackage instance as defined by the
Parameters
|
Methods
| Name | Description | |
|---|---|---|
| AttachInstallerInfo |
The AttachInstallerInfo method attachs an InstallerInfo instance to the Package
| |
| Clone |
Clone current object.
| |
| CloneBaseProperties | (Inherited from BaseEntityInfo.) | |
| CreatedByUser |
Gets the UserInfo object associated with this user
(Inherited from BaseEntityInfo.) | |
| Equals | (Inherited from Object.) | |
| FillInternal |
Fills a BaseEntityInfo from a Data Reader
(Inherited from BaseEntityInfo.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| LastModifiedByUser |
Gets the UserInfo object associated with this user
(Inherited from BaseEntityInfo.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Extension Methods
| Name | Description | |
|---|---|---|
| ToJson |
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
| Name | Description | |
|---|---|---|
| CreatedByUserID |
Gets the CreatedByUserID
(Inherited from BaseEntityInfo.) | |
| CreatedOnDate |
Gets the CreatedOnDate
(Inherited from BaseEntityInfo.) | |
| Dependencies | Gets the direct dependencies of this package. | |
| Description |
Gets the Description of this package
| |
Gets the Email for this package
| ||
| FileName |
Gets the FileName of this package
| |
| Files |
Gets a Dictionary of Files that are included in the Package
| |
| FolderName |
Gets the name (path) of the folder where the package is installed
| |
| FriendlyName |
Gets and Sets the FriendlyName of this package
| |
| IconFile |
Gets the url for the icon for the package
| |
| InstalledVersion |
Gets and sets the Installed Version of the Package
| |
| InstallerInfo |
Gets the associated InstallerInfo
| |
| InstallMode |
Gets the InstallMode
| |
| IsSystemPackage |
Gets and Sets whether this package is a "system" Package
| |
| IsValid |
Gets whether the Package is Valid
| |
| LastModifiedByUserID |
Gets the LastModifiedByUserID
(Inherited from BaseEntityInfo.) | |
| LastModifiedOnDate |
Gets the LastModifiedOnDate
(Inherited from BaseEntityInfo.) | |
| License |
Gets and Sets the License of this package
| |
| Log |
Gets the Logger
| |
| Manifest |
Gets the Manifest of this package
| |
| Name |
Gets the Name of this package
| |
| Organization |
Gets the Organisation for this package
| |
| Owner |
Gets the Owner of this package
| |
| PackageID |
Gets the ID of this package
| |
| PackageType |
Gets the Type of this package
| |
| PortalID |
Gets the ID of this portal
| |
| ReleaseNotes |
Gets and Sets the ReleaseNotes of this package
| |
| Url |
Gets the Url for this package
| |
| Version |
Gets the Version of this package
|