In This Article

BoundName Class

Represents a bound name.

public class BoundName : Expression, IAstNode
Inheritance:
Object AstNodeBase Expression Object
Implements:
IAstNode

Remarks

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

Constructors

BoundName()

public BoundName()

Properties

Binding

Gets or sets the binding.

public string Binding { get; set; }

Property Value

String:

The binding.

Id

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

public override int Id { get; }

Property Value

Int32:

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

Original

Gets or sets the original.

public string Original { get; set; }

Property Value

String:

The original.

ResolvedBinding

Gets the resolved binding name.

public string ResolvedBinding { get; }

Property Value

String:

The resolved binding name.

ResolvedFirstName

Gets the resolved first name.

public string ResolvedFirstName { get; }

Property Value

String:

The resolved first name.

Value

Gets or sets the string-based value for the AST node.

public override string Value { get; set; }

Property Value

String:

The string-based value for the AST node.

Methods

ToString()

Returns a String that represents the current Object.

public override string ToString()

Returns

String:

A String that represents the current Object.

Inherited Members