Show / Hide Table of Contents

Class ScriptComponentWriter

Inheritance
object
FileComponentWriter
ScriptComponentWriter
Inherited Members
FileComponentWriter.WriteManifest(XmlWriter)
FileComponentWriter.WriteCustomManifest(XmlWriter)
FileComponentWriter.InstallOrder
FileComponentWriter.UnInstallOrder
FileComponentWriter.Log
FileComponentWriter.Package
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Services.Installer.Writers
Assembly: DotNetNuke.dll
Syntax
public class ScriptComponentWriter : FileComponentWriter

Constructors

ScriptComponentWriter(string, Dictionary<string, InstallFile>, PackageInfo)

Declaration
public ScriptComponentWriter(string basePath, Dictionary<string, InstallFile> scripts, PackageInfo package)
Parameters
Type Name Description
string basePath
Dictionary<string, InstallFile> scripts
PackageInfo package

Properties

CollectionNodeName

Declaration
protected override string CollectionNodeName { get; }
Property Value
Type Description
string
Overrides
FileComponentWriter.CollectionNodeName

ComponentType

Declaration
protected override string ComponentType { get; }
Property Value
Type Description
string
Overrides
FileComponentWriter.ComponentType

ItemNodeName

Declaration
protected override string ItemNodeName { get; }
Property Value
Type Description
string
Overrides
FileComponentWriter.ItemNodeName

Methods

WriteFileElement(XmlWriter, InstallFile)

Declaration
protected override void WriteFileElement(XmlWriter writer, InstallFile file)
Parameters
Type Name Description
XmlWriter writer
InstallFile file
Overrides
FileComponentWriter.WriteFileElement(XmlWriter, InstallFile)

Extension Methods

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