Table of Contents

TransformationArgument.TransformationArgument Constructor

Definition

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

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

Constructor

public TransformationArgument(string key, bool isForConceptualBuild, bool isForReferenceBuild, string value, string description)

Parameters

key string

The transformation argument key name

isForConceptualBuild bool

True if used in conceptual builds, false if not

isForReferenceBuild bool

True if used in reference builds, false if not

value string

The default value of the argument

description string

A description of the transformation argument

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

Constructor

public TransformationArgument(string key, bool isForConceptualBuild, bool isForReferenceBuild, string description, XElement content)

Parameters

key string

The transformation argument key name

isForConceptualBuild bool

True if used in conceptual builds, false if not

isForReferenceBuild bool

True if used in reference builds, false if not

description string

A description of the transformation argument

content XElement

The default content of the argument

TransformationArgument(XElement)

Constructor

public TransformationArgument(XElement argument)

Parameters

argument XElement

The XML element containing the transform component argument settings

Remarks

This is used by designers to create arguments from serialized project settings