Table of Contents

Class CommandContext

Command context used by TMPWriter.

public class CommandContext : ICommandContext
Inheritance
CommandContext
Implements
Inherited Members

Constructors

CommandContext(TMPWriter, TMPEffectTagIndices)

public CommandContext(TMPWriter writer, TMPEffectTagIndices indices)

Parameters

writer TMPWriter
indices TMPEffectTagIndices

Properties

CustomData

The custom data object.

public object CustomData { get; set; }

Property Value

object

Indices

The indices of the tag that triggered this command.

public TMPEffectTagIndices Indices { get; set; }

Property Value

TMPEffectTagIndices

Writer

The TMPWriter that raised this command.

public TMPWriter Writer { get; set; }

Property Value

TMPWriter