Header menu logo Nu

Attachment Type

The base class for all attachments.

Constructors

Constructor Description

Attachment(name)

Full Usage: Attachment(name)

Parameters:
    name : string

name : string

Attachment(other)

Full Usage: Attachment(other)

Parameters:

Copy constructor.

other : Attachment

Instance members

Instance member Description

this.Copy

Full Usage: this.Copy

Returns: Attachment
Modifiers: abstract

Returns a copy of the attachment.

Returns: Attachment

this.Name

Full Usage: this.Name

Returns: string

The attachment's name.

Returns: string

this.ToString

Full Usage: this.ToString

Returns: string
Modifiers: abstract
Returns: string

Type something to start searching.