C# Class NArrange.Core.Configuration.ElementAttributeExpression

Element attribute expression.
Inheritance: LeafExpression
ファイルを表示 Open project: MarcStan/NArrange Class Usage Examples

Public Methods

Method Description
ElementAttributeExpression ( ElementAttributeType elementAttribute ) : System.Threading

Creates a new element attribute expression.

ElementAttributeExpression ( ElementAttributeType elementAttribute, ElementAttributeScope scope ) : System.Threading

Creates a new element attribute expression.

ToString ( ) : string

Gets the string representation of this expression.

Method Details

ElementAttributeExpression() public method

Creates a new element attribute expression.
public ElementAttributeExpression ( ElementAttributeType elementAttribute ) : System.Threading
elementAttribute ElementAttributeType The element attribute.
return System.Threading

ElementAttributeExpression() public method

Creates a new element attribute expression.
public ElementAttributeExpression ( ElementAttributeType elementAttribute, ElementAttributeScope scope ) : System.Threading
elementAttribute ElementAttributeType The element attribute.
scope ElementAttributeScope The scope.
return System.Threading

ToString() public method

Gets the string representation of this expression.
public ToString ( ) : string
return string