Table of Contents

TransformationArgument Class

Definition

Namespace
Sandcastle.Core.PresentationStyle.Transformation
Assembly
Sandcastle.Core.dll

This class is used to contain transformation argument values

public class TransformationArgument
Inheritance
TransformationArgument

Remarks

These are modified using any values stored in the help file builder project at build time

Constructors

TransformationArgument(string, bool, bool, string, string)

Constructor

TransformationArgument(string, bool, bool, string, XElement)

Constructor

TransformationArgument(XElement)

Constructor

Properties

Content

This is used to get or set the argument's content for complex arguments

DefaultContent

The default content if any was specified

DefaultValue

The default value if one was specified

Description

This read-only property returns a description of the argument

IsForConceptualBuild

This read-only property returns whether or not the argument applies to conceptual builds

IsForReferenceBuild

This read-only property returns whether or not the argument applies to reference builds

Key

This read-only property returns the argument key

Value

This is used to get or set the argument's value for simple arguments

Methods

Clone()

This is used to clone a transformation argument

ToXml()

This is used to convert the transformation argument to an XML element for storing in a help file builder project.