The PackageWriterBase type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| PackageWriterBase()()()() | DotNetNuke.Services.Installer.Writers.PackageWriterBase | |
| PackageWriterBase(PackageInfo) | DotNetNuke.Services.Installer.Writers.PackageWriterBase |
Methods
| Name | Description | |
|---|---|---|
| AddFile(String) | ||
| AddFile(InstallFile) | ||
| AddFile(String, String) | ||
| AddResourceFile | ||
| ConvertLegacyManifest | ||
| CreatePackage | ||
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetFiles(Boolean) | ||
| GetFiles(Boolean, Boolean) | ||
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ParseFiles | ||
| ParseFolder | ||
| ParseProjectFile | ||
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| WriteFilesToManifest | ||
| WriteManifest(Boolean) |
WriteManifest writes the manifest assoicated with this PackageWriter to a string
| |
| WriteManifest(String, String) |
WriteManifest writes an existing manifest
| |
| WriteManifest(XmlWriter, Boolean) | ||
| WriteManifest(XmlWriter, String) |
WriteManifest writes a package manifest to an XmlWriter
| |
| WriteManifestComponent | ||
| WriteManifestEndElement | ||
| WriteManifestStartElement |
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 | |
|---|---|---|
| AppCodeFiles |
Gets a Dictionary of AppCodeFiles that should be included in the Package
| |
| AppCodePath |
Gets and sets the Path for the Package's app code files
| |
| Assemblies |
Gets a Dictionary of Assemblies that should be included in the Package
| |
| AssemblyPath |
Gets and sets the Path for the Package's assemblies
| |
| BasePath |
Gets and sets the Base Path for the Package
| |
| CleanUpFiles |
Gets a Dictionary of CleanUpFiles that should be included in the Package
| |
| Dependencies | ||
| Files |
Gets a Dictionary of Files that should be included in the Package
| |
| HasProjectFile |
Gets and sets whether a project file is found in the folder
| |
| IncludeAssemblies |
Gets whether to include Assemblies
| |
| LegacyError |
Gets and sets whether there are any errors in parsing legacy packages
| |
| Log |
Gets the Logger
| |
| Package |
Gets the associated Package
| |
| Resources |
Gets a Dictionary of Resources that should be included in the Package
| |
| Scripts |
Gets a Dictionary of Scripts that should be included in the Package
| |
| Versions |
Gets a List of Versions that should be included in the Package
|