Show / Hide Table of Contents

Class PackageInfo

Inheritance
object
BaseEntityInfo
PackageInfo
Inherited Members
BaseEntityInfo.CreatedByUser(int)
BaseEntityInfo.LastModifiedByUser(int)
BaseEntityInfo.FillInternal(IDataReader)
BaseEntityInfo.CloneBaseProperties(BaseEntityInfo, BaseEntityInfo)
BaseEntityInfo.CreatedByUserID
BaseEntityInfo.CreatedOnDate
BaseEntityInfo.LastModifiedByUserID
BaseEntityInfo.LastModifiedOnDate
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Services.Installer.Packages
Assembly: DotNetNuke.dll
Syntax
public class PackageInfo : BaseEntityInfo

Constructors

PackageInfo()

Declaration
public PackageInfo()

PackageInfo(InstallerInfo)

Declaration
public PackageInfo(InstallerInfo info)
Parameters
Type Name Description
InstallerInfo info

Properties

Dependencies

Declaration
public IList<PackageDependencyInfo> Dependencies { get; }
Property Value
Type Description
IList<PackageDependencyInfo>

Description

Declaration
public string Description { get; set; }
Property Value
Type Description
string

Email

Declaration
public string Email { get; set; }
Property Value
Type Description
string

FileName

Declaration
public string FileName { get; set; }
Property Value
Type Description
string

Files

Declaration
public Dictionary<string, InstallFile> Files { get; }
Property Value
Type Description
Dictionary<string, InstallFile>

FolderName

Declaration
public string FolderName { get; set; }
Property Value
Type Description
string

FriendlyName

Declaration
public string FriendlyName { get; set; }
Property Value
Type Description
string

IconFile

Declaration
public string IconFile { get; set; }
Property Value
Type Description
string

InstallMode

Declaration
public InstallMode InstallMode { get; }
Property Value
Type Description
InstallMode

InstalledVersion

Declaration
public Version InstalledVersion { get; set; }
Property Value
Type Description
Version

InstallerInfo

Declaration
public InstallerInfo InstallerInfo { get; }
Property Value
Type Description
InstallerInfo

IsSystemPackage

Declaration
public bool IsSystemPackage { get; set; }
Property Value
Type Description
bool

IsValid

Declaration
public bool IsValid { get; }
Property Value
Type Description
bool

License

Declaration
public string License { get; set; }
Property Value
Type Description
string

Log

Declaration
public Logger Log { get; }
Property Value
Type Description
Logger

Manifest

Declaration
public string Manifest { get; set; }
Property Value
Type Description
string

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
string

Organization

Declaration
public string Organization { get; set; }
Property Value
Type Description
string

Owner

Declaration
public string Owner { get; set; }
Property Value
Type Description
string

PackageID

Declaration
public int PackageID { get; set; }
Property Value
Type Description
int

PackageType

Declaration
public string PackageType { get; set; }
Property Value
Type Description
string

PortalID

Declaration
public int PortalID { get; set; }
Property Value
Type Description
int

ReleaseNotes

Declaration
public string ReleaseNotes { get; set; }
Property Value
Type Description
string

Url

Declaration
public string Url { get; set; }
Property Value
Type Description
string

Version

Declaration
public Version Version { get; set; }
Property Value
Type Description
Version

Methods

AttachInstallerInfo(InstallerInfo)

Declaration
public void AttachInstallerInfo(InstallerInfo installer)
Parameters
Type Name Description
InstallerInfo installer

Clone()

Declaration
public PackageInfo Clone()
Returns
Type Description
PackageInfo

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS