The ModulePackageWriter type exposes the following members.

Constructors

  NameDescription
Public methodModulePackageWriter(PackageInfo)
DotNetNuke.Services.Installer.Writers.ModulePackageWriter
Public methodModulePackageWriter(XPathNavigator, InstallerInfo)
DotNetNuke.Services.Installer.Writers.ModulePackageWriter
Public methodModulePackageWriter(DesktopModuleInfo, PackageInfo)
DotNetNuke.Services.Installer.Writers.ModulePackageWriter
Public methodModulePackageWriter(DesktopModuleInfo, XPathNavigator, PackageInfo)
DotNetNuke.Services.Installer.Writers.ModulePackageWriter

Methods

  NameDescription
Protected methodAddFile(String) (Inherited from PackageWriterBase.)
Public methodAddFile(InstallFile) (Inherited from PackageWriterBase.)
Protected methodAddFile(String, String) (Inherited from PackageWriterBase.)
Public methodAddResourceFile (Inherited from PackageWriterBase.)
Protected methodConvertLegacyManifest (Inherited from PackageWriterBase.)
Public methodCreatePackage (Inherited from PackageWriterBase.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
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 methodGetFiles(Boolean) (Inherited from PackageWriterBase.)
Protected methodGetFiles(Boolean, Boolean) (Inherited from PackageWriterBase.)
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.)
Protected methodParseFiles (Inherited from PackageWriterBase.)
Protected methodParseFolder (Inherited from PackageWriterBase.)
Protected methodParseProjectFile (Inherited from PackageWriterBase.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Protected methodWriteFilesToManifest (Inherited from PackageWriterBase.)
Public methodWriteManifest(Boolean)
WriteManifest writes the manifest assoicated with this PackageWriter to a string
(Inherited from PackageWriterBase.)
Public methodWriteManifest(String, String)
WriteManifest writes an existing manifest
(Inherited from PackageWriterBase.)
Public methodWriteManifest(XmlWriter, Boolean) (Inherited from PackageWriterBase.)
Public methodWriteManifest(XmlWriter, String)
WriteManifest writes a package manifest to an XmlWriter
(Inherited from PackageWriterBase.)
Protected methodWriteManifestComponent (Overrides PackageWriterBase..::..WriteManifestComponent(XmlWriter).)

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 propertyAppCodeFiles
Gets a Dictionary of AppCodeFiles that should be included in the Package
(Inherited from PackageWriterBase.)
Public propertyAppCodePath
Gets and sets the Path for the Package's app code files
(Inherited from PackageWriterBase.)
Public propertyAssemblies
Gets a Dictionary of Assemblies that should be included in the Package
(Inherited from PackageWriterBase.)
Public propertyAssemblyPath
Gets and sets the Path for the Package's assemblies
(Inherited from PackageWriterBase.)
Public propertyBasePath
Gets and sets the Base Path for the Package
(Inherited from PackageWriterBase.)
Public propertyCleanUpFiles
Gets a Dictionary of CleanUpFiles that should be included in the Package
(Inherited from PackageWriterBase.)
Protected propertyDependencies (Overrides PackageWriterBase..::..Dependencies.)
Public propertyDesktopModule
Gets the associated Desktop Module
Public propertyFiles
Gets a Dictionary of Files that should be included in the Package
(Inherited from PackageWriterBase.)
Public propertyHasProjectFile
Gets and sets whether a project file is found in the folder
(Inherited from PackageWriterBase.)
Public propertyIncludeAssemblies
Gets whether to include Assemblies
(Inherited from PackageWriterBase.)
Public propertyLegacyError
Gets and sets whether there are any errors in parsing legacy packages
(Inherited from PackageWriterBase.)
Public propertyLog
Gets the Logger
(Inherited from PackageWriterBase.)
Public propertyPackage
Gets the associated Package
(Inherited from PackageWriterBase.)
Public propertyResources
Gets a Dictionary of Resources that should be included in the Package
(Inherited from PackageWriterBase.)
Public propertyScripts
Gets a Dictionary of Scripts that should be included in the Package
(Inherited from PackageWriterBase.)
Public propertyVersions
Gets a List of Versions that should be included in the Package
(Inherited from PackageWriterBase.)

See Also