Table of Contents

Class custom_css_templateBase

Namespace
Innova.Prism.Library.Export
Assembly
Innova.Prism.Library.dll

Base class for this transformation

public class custom_css_templateBase
Inheritance
custom_css_templateBase
Derived

Properties

CurrentIndent

Gets the current indent we use when adding lines to the output

Errors

The error collection for the generation process

GenerationEnvironment

The string builder that generation-time code is using to assemble generated output

Session

Current transformation session

ToStringHelper

Helper to produce culture-oriented representation of an object as a string

Methods

ClearIndent()

Remove any indentation

Error(string)

Raise an error

PopIndent()

Remove the last indent that was added with PushIndent

PushIndent(string)

Increase the indent

Warning(string)

Raise a warning

Write(string)

Write text directly into the generated output

Write(string, params object[])

Write formatted text directly into the generated output

WriteLine(string)

Write text directly into the generated output

WriteLine(string, params object[])

Write formatted text directly into the generated output