Table of Contents

ConvertibleElement.ConvertibleElement Constructor

Definition

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

ConvertibleElement(string, string)

Constructor

public ConvertibleElement(string name, string renderedElement)

Parameters

name string

The element name

renderedElement string

The element name to use in the rendered topic

ConvertibleElement(string, string, bool)

Constructor

public ConvertibleElement(string name, string renderedElement, bool addressable)

Parameters

name string

The element name

renderedElement string

The element name to use in the rendered topic

addressable bool

True if it can have an address attribute, false if not

ConvertibleElement(string, string, string)

Constructor

public ConvertibleElement(string name, string renderedElement, string styleName)

Parameters

name string

The element name

renderedElement string

The element name to use in the rendered topic

styleName string

The style name to use in the style attribute

ConvertibleElement(string, string, string, string)

Constructor

public ConvertibleElement(string name, string valueAttributeName, string renderedElement, string styleName)

Parameters

name string

The element name

valueAttributeName string

The attribute name from which to get the value to render in the content

renderedElement string

The element name to use in the rendered topic

styleName string

The style name to use in the style attribute