C# Class NArrange.Core.Configuration.ElementAttributeExpression

Element attribute expression.
Inheritance: LeafExpression
Afficher le fichier Open project: MarcStan/NArrange Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

ElementAttributeExpression() public méthode

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

ToString() public méthode

Gets the string representation of this expression.
public ToString ( ) : string
Résultat string