Table of Contents

Class MultiTextContent

Namespace
Sccg.Builtin.Writers
Assembly
Sccg.Builtin.dll

Represents multiple file text content.

public class MultiTextContent : IContent, IBuildArtifact
Inheritance
MultiTextContent
Implements
Inherited Members

Constructors

MultiTextContent(string)

Initializes a new instance of the MultiTextContent class.

MultiTextContent(string, string, string)

Initializes a new instance of the MultiTextContent class.

Properties

Directory

Gets the directory name.

Filenames

Gets the filenames.

Texts

Gets the texts.

Methods

Add(SingleTextContent)

Adds a SingleTextContent to this instance.

Add(string, string)

Adds a SingleTextContent to this instance.

ToSingleTextContents()

Converts to SingleTextContents.

ToString()

Returns a string that represents the current object.