Table of Contents

Class ContainerFileCitation

Namespace
Glitch9.AIDevKit
public class ContainerFileCitation : FileCitation
Inheritance
object
ContainerFileCitation
Inherited Members

Properties

ContainerId

The ID of the container file.

public string ContainerId { get; set; }

Property Value

string

EndIndex

The index of the last character of the container file citation in the message.

public int EndIndex { get; set; }

Property Value

int

StartIndex

The index of the first character of the container file citation in the message.

public int StartIndex { get; set; }

Property Value

int