In This Article

ExternalAliasDirective Class

Represents an external alias directive.

public class ExternalAliasDirective : AstNodeBase, IAstNode
Inheritance:
object AstNodeBase object
Implements:
IAstNode

Remarks

This type was generated by the Actipro Language Designer tool v12.2.572.0 (http://www.actiprosoftware.com).

Constructors

ExternalAliasDirective()

Initializes an instance of the class.

public ExternalAliasDirective()

Properties

Alias

Gets or sets the alias.

public string Alias { get; set; }

Property Value

string:

The alias.

Id

Gets the An integer value that identifies the type of AST node.

public override int Id { get; }

Property Value

int:

The An integer value that identifies the type of AST node.

Inherited Members